View | Details | Raw Unified | Return to bug 201009
Collapse All | Expand All

(-)devel/p5-B-Hooks-OP-PPAddr/Makefile (-4 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	B-Hooks-OP-PPAddr
4
PORTNAME=	B-Hooks-OP-PPAddr
5
PORTVERSION=	0.03
5
PORTVERSION=	0.03
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel perl5
7
CATEGORIES=	devel perl5
8
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
9
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
Lines 11-21 Link Here
11
MAINTAINER=	tobez@FreeBSD.org
11
MAINTAINER=	tobez@FreeBSD.org
12
COMMENT=	Hook into opcode execution
12
COMMENT=	Hook into opcode execution
13
13
14
BUILD_DEPENDS=	p5-parent>0:${PORTSDIR}/devel/p5-parent \
14
BUILD_DEPENDS=	p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends
15
		p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends
16
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
15
18
USES=		perl5
16
USES=		perl5
19
USE_PERL5=	configure
17
USE_PERL5=	configure
20
18
19
post-install:
20
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/OP/PPAddr/PPAddr.so
21
21
.include <bsd.port.mk>
22
.include <bsd.port.mk>

Return to bug 201009