summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-08 09:25:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-08 09:25:14 +0000
commit3a64d130a61bab8fd68a4081c9e38a3e5e99d38a (patch)
tree76254aa760510edfa3e1876b012355bc4872a793
parent- Add LICENSE (diff)
- Fix PORTVERSION: it goes backward from 0.0501 to 0.06
- Fix *_DEPENDS: p5-Test-Mock-LWP is a test-only dependency - Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=347465
-rw-r--r--www/p5-WebService-GData/Makefile10
-rw-r--r--www/p5-WebService-GData/pkg-descr14
2 files changed, 12 insertions, 12 deletions
diff --git a/www/p5-WebService-GData/Makefile b/www/p5-WebService-GData/Makefile
index 242156b6cc29..5c7de19a3dc6 100644
--- a/www/p5-WebService-GData/Makefile
+++ b/www/p5-WebService-GData/Makefile
@@ -2,11 +2,13 @@
# $FreeBSD$
PORTNAME= WebService-GData
-PORTVERSION= 0.06
+PORTVERSION= 0.0600
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SZABGAB
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Google data protocol v2 base object to inherit from
@@ -15,11 +17,9 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
- p5-Test-Mock-LWP>=0.05:${PORTSDIR}/devel/p5-Test-Mock-LWP \
- p5-libwww>0:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS= p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
- p5-Test-Mock-LWP>=0.05:${PORTSDIR}/devel/p5-Test-Mock-LWP \
p5-libwww>0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Mock-LWP>=0.05:${PORTSDIR}/devel/p5-Test-Mock-LWP
USES= perl5
USE_PERL5= configure
diff --git a/www/p5-WebService-GData/pkg-descr b/www/p5-WebService-GData/pkg-descr
index 930f691a0b05..d5693b1359f0 100644
--- a/www/p5-WebService-GData/pkg-descr
+++ b/www/p5-WebService-GData/pkg-descr
@@ -1,10 +1,10 @@
-WebService::GData is a blueprint that you should inherit and extend.
-It offers a basic hashed based object creation via the word new.
+WebService::GData is a blueprint that you should inherit and extend. It offers a
+basic hashed based object creation via the word new.
-All sub classes should be hash based. If you want to pock into the
-instance, it's easy but everything that is not documented should be
-considered private. If you play around with undocumented properties/methods
-and that it changes,upgrading to the new version with all the extra
-new killer features will be very hard to do.
+All sub classes should be hash based. If you want to pock into the instance,
+it's easy but everything that is not documented should be considered private. If
+you play around with undocumented properties/methods and that it changes,
+upgrading to the new version with all the extra new killer features will be very
+hard to do.
WWW: http://search.cpan.org/dist/WebService-GData/