diff options
Diffstat (limited to 'devel/p5-Log-Simple/Makefile')
-rw-r--r-- | devel/p5-Log-Simple/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Log-Simple/Makefile b/devel/p5-Log-Simple/Makefile new file mode 100644 index 000000000000..75b7ca42bf22 --- /dev/null +++ b/devel/p5-Log-Simple/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Log-Simple +# Date created: 2006-07-19 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Log-Simple +PORTVERSION= 1.8 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Log +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Basic runtime logger + +PERL_CONFIGURE= yes + +MAN3= Log::Simple.3 + +.include <bsd.port.mk> |