1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/devel/p5-Exporter/Makefile
Mathieu Arnold d37cc4cfcd Update to 5.68
PR:		ports/181467
Submitted by:	mat
Approved by:	maintainer
2013-08-24 23:48:01 +00:00

21 lines
378 B
Makefile

# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$
PORTNAME= Exporter
PORTVERSION= 5.68
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Implements default import method for modules
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Exporter.3 Exporter::Heavy.3
.include <bsd.port.mk>