21 lines
388 B
Makefile
21 lines
388 B
Makefile
# Ports collection makefile for: p5-Variable-Magic
|
|
# Date created: 2008/08/30
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Variable-Magic
|
|
PORTVERSION= 0.45
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Associate user-defined magic to variables from Perl
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= Variable::Magic.3
|
|
|
|
.include <bsd.port.mk>
|