Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-B-Utils / Makefile
1 # Created by: Aaron Dalton <aaron@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       B-Utils
5 PORTVERSION=    0.27
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Helper functions for op tree manipulation
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-ExtUtils-Depends>=0.301:${PORTSDIR}/devel/p5-ExtUtils-Depends
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 post-install:
22         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Utils/Utils.so
23
24 .include <bsd.port.mk>