mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
21 lines
366 B
Makefile
21 lines
366 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|