Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Data-GUID / Makefile
1 # Created by: Anton Berezin <tobez@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Data-GUID
5 PORTVERSION=    0.047
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:RJBS
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     tobez@FreeBSD.org
13 COMMENT=        Generate globally unique identifiers
14
15 BUILD_DEPENDS=  p5-Sub-Install>=0.03:${PORTSDIR}/devel/p5-Sub-Install \
16                 p5-Sub-Exporter>=0.90:${PORTSDIR}/devel/p5-Sub-Exporter \
17                 p5-Data-UUID>=1.148:${PORTSDIR}/devel/p5-Data-UUID
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19 TEST_DEPENDS=   p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>