blob: 57c8e2127086c72bc39aeb1965428fa973cdce73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: p5-CGP-CLI
# Date created: 01 Jun 2010
# Whom: Alexander Kriventsov <avk@vl.ru>
#
# $FreeBSD$
#
PORTNAME= CGP-CLI
PORTVERSION= 2.7.5
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JBUHACOFF
PKGNAMEPREFIX= p5-
MAINTAINER= avk@vl.ru
COMMENT= CommunigatePro Command Line Interface perl module
USES= perl5
USE_PERL5= configure
MAN3= CGP::CLI.3
.include <bsd.port.mk>
|