freebsd-ports/devel/p5-Class-Load-XS/Makefile
Sunpoet Po-Chuan Hsieh f12479b92d Update to 0.10
- Strip shared library

Changes:	http://search.cpan.org/dist/Class-Load-XS/Changes
2017-04-11 15:55:58 +00:00

28 lines
731 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-Load-XS
PORTVERSION= 0.10
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-Needs>=0:devel/p5-Test-Needs \
p5-Test-Without-Module>=0:devel/p5-Test-Without-Module
USE_PERL5= configure
USES= perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Class/Load/XS/XS.so
.include <bsd.port.mk>