freebsd-ports/devel/p5-Class-Load-XS/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

26 lines
661 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-Load-XS
PORTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XS implementation of parts of Class::Load
LICENSE= ART20
BUILD_DEPENDS= p5-Class-Load>=0.20:devel/p5-Class-Load
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Module-Implementation>=0.04:devel/p5-Module-Implementation \
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
p5-Test-Requires>=0:devel/p5-Test-Requires \
p5-Test-Without-Module>=0:devel/p5-Test-Without-Module
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>