24 lines
525 B
Makefile
24 lines
525 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
PORTNAME= B-Hooks-OP-PPAddr
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Hook into opcode execution
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.302:devel/p5-ExtUtils-Depends
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/OP/PPAddr/PPAddr.so
|
|
|
|
.include <bsd.port.mk>
|