freebsd-ports/devel/p5-Variable-Magic/Makefile

22 lines
388 B
Makefile
Raw Normal View History

# Ports collection makefile for: p5-Variable-Magic
# Date created: 2008/08/30
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Variable-Magic
PORTVERSION= 0.44
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>