diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-08 22:10:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-08 22:10:58 +0800 |
commit | 1d9488ec5d83ef96e3d4b74cc8a84ec27bf94f78 (patch) | |
tree | 6b6ae11f2766a725e775ade4501b9224ddec320e /devel | |
parent | e3fd34fdffd98597d6cba98bdca6380d95ec5e17 (diff) | |
download | freebsd-ports-gnome-1d9488ec5d83ef96e3d4b74cc8a84ec27bf94f78.tar.gz freebsd-ports-gnome-1d9488ec5d83ef96e3d4b74cc8a84ec27bf94f78.tar.zst freebsd-ports-gnome-1d9488ec5d83ef96e3d4b74cc8a84ec27bf94f78.zip |
- Update to 0.09
- Add LICENSE
- Fix *_DEPENDS
Changes: http://search.cpan.org/dist/Google-ProtocolBuffers/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Google-ProtocolBuffers/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Google-ProtocolBuffers/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-Google-ProtocolBuffers/Makefile b/devel/p5-Google-ProtocolBuffers/Makefile index b15ff318d025..b87974437396 100644 --- a/devel/p5-Google-ProtocolBuffers/Makefile +++ b/devel/p5-Google-ProtocolBuffers/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Google-ProtocolBuffers -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,8 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple interface to Google Protocol Buffers +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt \ p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/devel/p5-Google-ProtocolBuffers/distinfo b/devel/p5-Google-ProtocolBuffers/distinfo index db7750503fd0..382136f4fdf2 100644 --- a/devel/p5-Google-ProtocolBuffers/distinfo +++ b/devel/p5-Google-ProtocolBuffers/distinfo @@ -1,2 +1,2 @@ -SHA256 (Google-ProtocolBuffers-0.08.tar.gz) = 63e32d38fb7798420a1f0e96a49e0799857a64fec0dd54a0299087631ebcae5f -SIZE (Google-ProtocolBuffers-0.08.tar.gz) = 42386 +SHA256 (Google-ProtocolBuffers-0.09.tar.gz) = 997ed495377ea8ea42965480639ff394cb4c66c1f418a4e7e938054c27ba10d3 +SIZE (Google-ProtocolBuffers-0.09.tar.gz) = 70946 |