freebsd-ports/devel/p5-Xporter/Makefile
Sunpoet Po-Chuan Hsieh 666ea2b08c - Revert r387863 partially: no need to fix shebang of .pm
- Bump PORTREVISION for package change
2015-05-30 23:08:20 +00:00

31 lines
672 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Xporter
PORTVERSION= 0.1.2
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LAWALSH
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Alternative Exporter with persistant defaults and auto-ISA
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-mem>=0.4.5:${PORTSDIR}/devel/p5-mem
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502000
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.86:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
.endif
.include <bsd.port.post.mk>