diff options
Diffstat (limited to 'mail/p5-CGP-CLI/Makefile')
-rw-r--r-- | mail/p5-CGP-CLI/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/p5-CGP-CLI/Makefile b/mail/p5-CGP-CLI/Makefile new file mode 100644 index 000000000000..3c323cc786da --- /dev/null +++ b/mail/p5-CGP-CLI/Makefile @@ -0,0 +1,21 @@ +# 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= http://ftp.spbu.ru/CPAN/authors/id/J/JB/JBUHACOFF/ +PKGNAMEPREFIX= p5- + +MAINTAINER= avk@vl.ru +COMMENT= CommunigatePro Command Line Interface perl module + +PERL_CONFIGURE= yes + +MAN3= CGP::CLI.3 + +.include <bsd.port.mk> |