freebsd-ports/devel/p5-Ref-Util-XS/Makefile
2021-06-25 21:35:14 +08:00

21 lines
455 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= Ref-Util-XS
PORTVERSION= 0.117
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utility functions for checking references (XS version)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ref/Util/XS/XS.so
.include <bsd.port.mk>