diff options
author | clsung <clsung@FreeBSD.org> | 2008-01-24 10:15:59 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-01-24 10:15:59 +0800 |
commit | e90d66b2a1fb570ae52b61808e6019962b2fcbd4 (patch) | |
tree | 1ed9edd2786f8eb6af0c70786a0ed9eb4f521eb1 /www/p5-WWW-DHL | |
parent | 600de85a5279975ea8f358e4046f6499ffa748ea (diff) | |
download | freebsd-ports-gnome-e90d66b2a1fb570ae52b61808e6019962b2fcbd4.tar.gz freebsd-ports-gnome-e90d66b2a1fb570ae52b61808e6019962b2fcbd4.tar.zst freebsd-ports-gnome-e90d66b2a1fb570ae52b61808e6019962b2fcbd4.zip |
This module allows you to check the status of YOUR shipments via the
DHL website. For privacy issues please consider the website. Please
note: This module is still some kind of alpha, because there are many
different pages on the DHL website.
WWW: http://search.cpan.org/dist/WWW-DHL/
PR: ports/119518
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'www/p5-WWW-DHL')
-rw-r--r-- | www/p5-WWW-DHL/Makefile | 23 | ||||
-rw-r--r-- | www/p5-WWW-DHL/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-DHL/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-WWW-DHL/pkg-plist | 6 |
4 files changed, 38 insertions, 0 deletions
diff --git a/www/p5-WWW-DHL/Makefile b/www/p5-WWW-DHL/Makefile new file mode 100644 index 000000000000..97d6a225e30e --- /dev/null +++ b/www/p5-WWW-DHL/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-WWW-DHL +# Date created: 2008-01-10 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= WWW-DHL +PORTVERSION= 0.02 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Perl module for the DHL online tracking service + +PERL_CONFIGURE= yes + +MAN3= WWW::DHL.3 + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/www/p5-WWW-DHL/distinfo b/www/p5-WWW-DHL/distinfo new file mode 100644 index 000000000000..2c55eedf3fd4 --- /dev/null +++ b/www/p5-WWW-DHL/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-DHL-0.02.tar.gz) = ec4cf414275033ff5b8fb68e6f3246db +SHA256 (WWW-DHL-0.02.tar.gz) = 801765ecd8a64e2aa3f8864e31fd464801e481c429f3d649d5ed382484dadf09 +SIZE (WWW-DHL-0.02.tar.gz) = 2682 diff --git a/www/p5-WWW-DHL/pkg-descr b/www/p5-WWW-DHL/pkg-descr new file mode 100644 index 000000000000..d14f49c1e4ce --- /dev/null +++ b/www/p5-WWW-DHL/pkg-descr @@ -0,0 +1,6 @@ +This module allows you to check the status of YOUR shipments via the +DHL website. For privacy issues please consider the website. Please +note: This module is still some kind of alpha, because there are many +different pages on the DHL website. + +WWW: http://search.cpan.org/dist/WWW-DHL/ diff --git a/www/p5-WWW-DHL/pkg-plist b/www/p5-WWW-DHL/pkg-plist new file mode 100644 index 000000000000..d0be4f2cab1a --- /dev/null +++ b/www/p5-WWW-DHL/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/DHL/.packlist +%%SITE_PERL%%/WWW/DHL.pm +@dirrmtry %%SITE_PERL%%/WWW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/DHL +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW |