diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-11-02 15:18:33 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-11-02 15:18:33 +0000 |
commit | 342cc5d72f47fd1a84f9c909e94c407954355e75 (patch) | |
tree | 61769f4a683328f712a26866846ed3e015bb9c5d /devel/p5-Carp-Clan/Makefile | |
parent | 2f4b8448748e6b0c6327c04bc74194fb741594fb (diff) | |
download | ports-342cc5d72f47fd1a84f9c909e94c407954355e75.tar.gz ports-342cc5d72f47fd1a84f9c909e94c407954355e75.zip |
Notes
Diffstat (limited to 'devel/p5-Carp-Clan/Makefile')
-rw-r--r-- | devel/p5-Carp-Clan/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Carp-Clan/Makefile b/devel/p5-Carp-Clan/Makefile new file mode 100644 index 000000000000..b47bfb6e4a8f --- /dev/null +++ b/devel/p5-Carp-Clan/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-Carp-Clan +# Date created: 02 November 2004 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Carp-Clan +PORTVERSION= 5.3 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Carp +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Report errors from perspective of caller of a "clan" of modules + +PERL_CONFIGURE= yes + +MAN3= Carp::Clan.3 + +.include <bsd.port.mk> |