mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
8b701729c0
PR: ports/136529 Approved by: maintainer timeout (chinsan; 14 days) Submitted by: myself (pgollucci@)
22 lines
391 B
Makefile
22 lines
391 B
Makefile
# Ports collection makefile for: p5-Variable-Magic
|
|
# Date created: 2008/08/30
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Variable-Magic
|
|
PORTVERSION= 0.36
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Associate user-defined magic to variables from Perl
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= Variable::Magic.3
|
|
|
|
.include <bsd.port.mk>
|