1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/p5-B-OPCheck/Makefile
Sunpoet Po-Chuan Hsieh 60e77eace6 Add LICENSE_FILE
2019-04-14 17:52:45 +00:00

29 lines
637 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= B-OPCheck
PORTVERSION= 0.32
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PL_check hacks using Perl callbacks
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENCE
BUILD_DEPENDS= ${RUN_DEPENDS} \
p5-ExtUtils-Depends>=0.302:devel/p5-ExtUtils-Depends
RUN_DEPENDS= p5-B-Utils>=0.08:devel/p5-B-Utils \
p5-Scope-Guard>=0:devel/p5-Scope-Guard
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/OPCheck/OPCheck.so
.include <bsd.port.mk>