Prune x11/xpra
[dports.git] / devel / p5-Class-Load-XS / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Class-Load-XS
5 PORTVERSION=    0.10
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     sunpoet@FreeBSD.org
11 COMMENT=        XS implementation of parts of Class::Load
12
13 LICENSE=        ART20
14
15 BUILD_DEPENDS=  p5-Class-Load>=0.20:devel/p5-Class-Load
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17 TEST_DEPENDS=   p5-Module-Implementation>=0.04:devel/p5-Module-Implementation \
18                 p5-Test-Fatal>=0:devel/p5-Test-Fatal \
19                 p5-Test-Needs>=0:devel/p5-Test-Needs \
20                 p5-Test-Without-Module>=0:devel/p5-Test-Without-Module
21
22 USE_PERL5=      configure
23 USES=           perl5
24
25 post-install:
26         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Class/Load/XS/XS.so
27
28 .include <bsd.port.mk>