diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-05-19 10:35:39 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-05-19 10:35:39 +0000 |
commit | 37a9f6f9f47fdd378d981e089e9924d04920e094 (patch) | |
tree | 17bc8beb6bf36de3f6965102f1f24ce9d291337c /devel/p5-UNIVERSAL-which/Makefile | |
parent | 23b98b929f5cad30f759d845e5bd2b5ad020e9e2 (diff) |
Notes
Diffstat (limited to 'devel/p5-UNIVERSAL-which/Makefile')
-rw-r--r-- | devel/p5-UNIVERSAL-which/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-UNIVERSAL-which/Makefile b/devel/p5-UNIVERSAL-which/Makefile new file mode 100644 index 000000000000..d73f30c7db93 --- /dev/null +++ b/devel/p5-UNIVERSAL-which/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-UNIVERSAL-which +# Date Created: 19 May, 2006 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= UNIVERSAL-which +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= UNIVERSAL +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for telling fully qualified name of the method + +PERL_CONFIGURE= yes +MAN3= UNIVERSAL::which.3 + +.include <bsd.port.mk> |