diff options
author | Andrej Zverev <az@FreeBSD.org> | 2009-10-16 07:28:19 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2009-10-16 07:28:19 +0000 |
commit | e6fca33a6a3ebab261a7009087e15c8a90699fd0 (patch) | |
tree | 0d0a2359cbafa69e476787ea8d7f3be6a0154e80 /devel/p5-Class-Load/Makefile | |
parent | b404d7fd272b6c476e475f5ceee54a72cd051cee (diff) | |
download | ports-e6fca33a6a3ebab261a7009087e15c8a90699fd0.tar.gz ports-e6fca33a6a3ebab261a7009087e15c8a90699fd0.zip |
Notes
Diffstat (limited to 'devel/p5-Class-Load/Makefile')
-rw-r--r-- | devel/p5-Class-Load/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Class-Load/Makefile b/devel/p5-Class-Load/Makefile new file mode 100644 index 000000000000..13f55e948bff --- /dev/null +++ b/devel/p5-Class-Load/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Class-Load +# Date created: 2009-10-16 +# Whom: Andrej Zverev <az@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Class-Load +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= az@FreeBSD.org +COMMENT= A working (require Class::Name) and more + +PERL_CONFIGURE= yes + +MAN3= Class::Load.3 + +.include <bsd.port.mk> |