diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-12-17 13:36:50 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-12-17 13:36:50 +0000 |
commit | 9aadd3f9df4c003e87e1aed45bc5c65c226f245a (patch) | |
tree | 700618e78c7a60b840ab0673b7803816859b7b22 /devel/p5-Carp-Assert/Makefile | |
parent | bc899b7c581ac76952fed466c590ee2be47b4f51 (diff) | |
download | ports-9aadd3f9df4c003e87e1aed45bc5c65c226f245a.tar.gz ports-9aadd3f9df4c003e87e1aed45bc5c65c226f245a.zip |
Notes
Diffstat (limited to 'devel/p5-Carp-Assert/Makefile')
-rw-r--r-- | devel/p5-Carp-Assert/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Carp-Assert/Makefile b/devel/p5-Carp-Assert/Makefile new file mode 100644 index 000000000000..23ea8f303cad --- /dev/null +++ b/devel/p5-Carp-Assert/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Carp-Assert +# Date created: 15 Dec 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Carp-Assert +PORTVERSION= 0.17 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Carp +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Carp::Assert.3 + +.include <bsd.port.mk> |