diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-02-10 12:19:04 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-02-10 12:19:04 +0000 |
commit | a8cd2b1896f8d80370ad0e764e7ad2897d8093fb (patch) | |
tree | 96c60129e4a9e6d1e0815d365f2d062db2b3ddee /devel/p5-Data-GUID/Makefile | |
parent | 69b1677cc56fc6cd2524e494d86d7856b8b3dc34 (diff) | |
download | ports-a8cd2b1896f8d80370ad0e764e7ad2897d8093fb.tar.gz ports-a8cd2b1896f8d80370ad0e764e7ad2897d8093fb.zip |
Notes
Diffstat (limited to 'devel/p5-Data-GUID/Makefile')
-rw-r--r-- | devel/p5-Data-GUID/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-GUID/Makefile b/devel/p5-Data-GUID/Makefile index fa9d60fd26a3..5b50805bc989 100644 --- a/devel/p5-Data-GUID/Makefile +++ b/devel/p5-Data-GUID/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-GUID -PORTVERSION= 0.043 +PORTVERSION= 0.045 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,7 @@ COMMENT= Generate globally unique identifiers BUILD_DEPENDS= ${SITE_PERL}/Sub/Install.pm:${PORTSDIR}/devel/p5-Sub-Install \ ${SITE_PERL}/Sub/Exporter.pm:${PORTSDIR}/devel/p5-Sub-Exporter \ - ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID + p5-Data-UUID>=1.148:${PORTSDIR}/devel/p5-Data-UUID RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ |