freebsd-ports/devel/p5-Package-Stash/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
660 B
Makefile

# $FreeBSD$
PORTNAME= Package-Stash
PORTVERSION= 0.37
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DOY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Routines for manipulating stashes
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Dist-CheckConflicts>=0.02:devel/p5-Dist-CheckConflicts \
p5-Module-Implementation>=0.06:devel/p5-Module-Implementation \
p5-Package-Stash-XS>=0.22:devel/p5-Package-Stash-XS
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \
p5-Test-Requires>=0:devel/p5-Test-Requires
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>