blob: 0eb1da1b3bf4195879c7201f3f8c2375c4d098b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Alexander Kriventsov <avk@vl.ru>
# $FreeBSD$
PORTNAME= CGP-CLI
PORTVERSION= 2.7.5
PORTREVISION= 1
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
.include <bsd.port.mk>
|