diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-20 03:54:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-20 03:54:57 +0800 |
commit | 6ad8649e98456cea3526d40611007c71da4936ca (patch) | |
tree | aa99d13caf4d7cf9c71b8bf26e36e45a290ab1c3 /misc/p5-Software-License/Makefile | |
parent | ac7579361fd038f1cdb24da330879ef9939c62a4 (diff) | |
download | freebsd-ports-gnome-6ad8649e98456cea3526d40611007c71da4936ca.tar.gz freebsd-ports-gnome-6ad8649e98456cea3526d40611007c71da4936ca.tar.zst freebsd-ports-gnome-6ad8649e98456cea3526d40611007c71da4936ca.zip |
- Update to 0.103008
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Software-License/Changes
Diffstat (limited to 'misc/p5-Software-License/Makefile')
-rw-r--r-- | misc/p5-Software-License/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/p5-Software-License/Makefile b/misc/p5-Software-License/Makefile index 01939480fa51..08af303e70f8 100644 --- a/misc/p5-Software-License/Makefile +++ b/misc/p5-Software-License/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Software-License -PORTVERSION= 0.103007 +PORTVERSION= 0.103008 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -15,9 +15,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Data-Section>=0:${PORTSDIR}/devel/p5-Data-Section \ + p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \ - p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \ - p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat + p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny |