freebsd-ports/devel/p5-B-Hooks-Parser/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
697 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= B-Hooks-Parser
PORTVERSION= 0.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface to perls parser variables
BUILD_DEPENDS= p5-B-Hooks-OP-Check>=0:devel/p5-B-Hooks-OP-Check \
p5-ExtUtils-Depends>=0.302:devel/p5-ExtUtils-Depends
RUN_DEPENDS= p5-B-Hooks-OP-Check>=0:devel/p5-B-Hooks-OP-Check
TEST_DEPENDS= p5-B-Hooks-EndOfScope>=0.05:devel/p5-B-Hooks-EndOfScope \
p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/Parser/Parser.so
.include <bsd.port.mk>