diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-17 12:45:30 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-17 12:45:30 +0800 |
commit | f8b5b365f56f866770dff076c8ff26aa49b451a6 (patch) | |
tree | f781eb8972e29ac4fbd5a0ebf73f9fb4b5243354 /www/p5-WWW-Google-Calculator | |
parent | f87f9b236afc959a38f4b68df1addb66049e8ce5 (diff) | |
download | freebsd-ports-gnome-f8b5b365f56f866770dff076c8ff26aa49b451a6.tar.gz freebsd-ports-gnome-f8b5b365f56f866770dff076c8ff26aa49b451a6.tar.zst freebsd-ports-gnome-f8b5b365f56f866770dff076c8ff26aa49b451a6.zip |
- Update to 0.04
PR: ports/108859
Submitted by: rafan
Approved by: snowfly <snowfly at yuntech.edu.tw> (maintainer)
Diffstat (limited to 'www/p5-WWW-Google-Calculator')
-rw-r--r-- | www/p5-WWW-Google-Calculator/Makefile | 6 | ||||
-rw-r--r-- | www/p5-WWW-Google-Calculator/distinfo | 6 | ||||
-rw-r--r-- | www/p5-WWW-Google-Calculator/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/www/p5-WWW-Google-Calculator/Makefile b/www/p5-WWW-Google-Calculator/Makefile index d79440b2dec9..a6967785a904 100644 --- a/www/p5-WWW-Google-Calculator/Makefile +++ b/www/p5-WWW-Google-Calculator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Google-Calculator -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= This module provide simple interface for Google calculator -BUILD_DEPENDS= ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ +BUILD_DEPENDS= ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \ ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= WWW::Google::Calculator.3 diff --git a/www/p5-WWW-Google-Calculator/distinfo b/www/p5-WWW-Google-Calculator/distinfo index 2210ea665973..c258770e7048 100644 --- a/www/p5-WWW-Google-Calculator/distinfo +++ b/www/p5-WWW-Google-Calculator/distinfo @@ -1,3 +1,3 @@ -MD5 (WWW-Google-Calculator-0.03.tar.gz) = bc99b245a45ff89d6a42ecad14638dbc -SHA256 (WWW-Google-Calculator-0.03.tar.gz) = 72ac0f7a8b0f106af9d6655ff0b67aceaa56ac2f2c7823bce69799c3c1e9ec78 -SIZE (WWW-Google-Calculator-0.03.tar.gz) = 10262 +MD5 (WWW-Google-Calculator-0.04.tar.gz) = 4f91a45a2e629f88bb4a5f48965f47d5 +SHA256 (WWW-Google-Calculator-0.04.tar.gz) = 5940a2d377be47059de8b0587a23b41bbf301e6f750789db02aaa2e00b60cbb2 +SIZE (WWW-Google-Calculator-0.04.tar.gz) = 10690 diff --git a/www/p5-WWW-Google-Calculator/pkg-plist b/www/p5-WWW-Google-Calculator/pkg-plist index cab5ce2a1e32..85fe33e6c5f4 100644 --- a/www/p5-WWW-Google-Calculator/pkg-plist +++ b/www/p5-WWW-Google-Calculator/pkg-plist @@ -1,3 +1,6 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/Calculator/.packlist %%SITE_PERL%%/WWW/Google/Calculator.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/Calculator +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google @dirrmtry %%SITE_PERL%%/WWW/Google @dirrmtry %%SITE_PERL%%/WWW |