diff options
Diffstat (limited to 'devel/p5-Variable-Magic/Makefile')
-rw-r--r-- | devel/p5-Variable-Magic/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Variable-Magic/Makefile b/devel/p5-Variable-Magic/Makefile new file mode 100644 index 0000000..0b3f221 --- /dev/null +++ b/devel/p5-Variable-Magic/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: p5-Variable-Magic +# Date created: 2008/08/30 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Variable-Magic +PORTVERSION= 0.19 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Associate user-defined magic to variables from Perl + +PERL_CONFIGURE= yes + +MAN3= Variable::Magic.3 + +.include <bsd.port.mk> |