diff options
Diffstat (limited to 'devel/p5-CLASS/Makefile')
-rw-r--r-- | devel/p5-CLASS/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-CLASS/Makefile b/devel/p5-CLASS/Makefile new file mode 100644 index 000000000000..8ced3e50f319 --- /dev/null +++ b/devel/p5-CLASS/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-CLASS +# Date created: 2007-05-02 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= CLASS +PORTVERSION= 1.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/M/MS/MSCHWERN/ +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Alias for __PACKAGE__ + +PERL_CONFIGURE= yes + +MAN3= CLASS.3 + +.include <bsd.port.mk> |