Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Sub-Exporter-ForMethods / Makefile
1 # Created by: Wen Heping <wen@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Sub-Exporter-ForMethods
5 PORTVERSION=    0.100052
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Helper routines for using Sub::Exporter to build methods
12
13 RUN_DEPENDS=    p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
14                 p5-Sub-Exporter>=0.978:${PORTSDIR}/devel/p5-Sub-Exporter
15 BUILD_DEPENDS:= ${RUN_DEPENDS}
16
17 NO_ARCH=        yes
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>