diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-03 17:32:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-03 17:32:00 +0000 |
commit | 33dd3d41ac7d157f2133e99a48ce49f9efe65b2e (patch) | |
tree | 8862f37d845c5d4d3e1bc9f0298af2c15df3a9fd | |
parent | 7db41c77b66185789e158e925503aaa8e97f206a (diff) | |
download | pkgsrc-33dd3d41ac7d157f2133e99a48ce49f9efe65b2e.tar.gz |
Initial import of p5-Business-UPS-1.13 supplied by Eric Schnoebelen
in pkg/11835:
Make shipping charge requests of the UPS web site or track UPS
packages from within a Perl5 program.
Please note the UPS terms of use (mentioned in DESCR).
-rw-r--r-- | misc/p5-Business-UPS/Makefile | 21 | ||||
-rw-r--r-- | misc/p5-Business-UPS/distinfo | 4 | ||||
-rw-r--r-- | misc/p5-Business-UPS/pkg/DESCR | 7 | ||||
-rw-r--r-- | misc/p5-Business-UPS/pkg/PLIST | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile new file mode 100644 index 00000000000..43ed0348bf2 --- /dev/null +++ b/misc/p5-Business-UPS/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/03 17:32:00 wiz Exp $ +# + +DISTNAME= Business-UPS-1.13 +PKGNAME= p5-${DISTNAME} +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} + +MAINTAINER= eric@cirr.com +HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Business-UPS/README.html +COMMENT= Perl5 module to handle UPS rate calculation and package tracking + +DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Business/UPS/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Business-UPS/distinfo b/misc/p5-Business-UPS/distinfo new file mode 100644 index 00000000000..dfc569180b2 --- /dev/null +++ b/misc/p5-Business-UPS/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/03 17:32:00 wiz Exp $ + +SHA1 (Business-UPS-1.13.tar.gz) = a864dbf98bbe09abe0ae6f42e3efba787072e6ac +Size (Business-UPS-1.13.tar.gz) = 8312 bytes diff --git a/misc/p5-Business-UPS/pkg/DESCR b/misc/p5-Business-UPS/pkg/DESCR new file mode 100644 index 00000000000..dbe7b42900b --- /dev/null +++ b/misc/p5-Business-UPS/pkg/DESCR @@ -0,0 +1,7 @@ +Make shipping charge requests of the UPS web site or track UPS +packages from within a Perl5 program. + +Note: UPS authorizes you to use UPS tracking systems solely to track +shipments tendered by or for you to UPS for delivery and for no other +purpose. Any other use of UPS tracking systems and information is +strictly prohibited. diff --git a/misc/p5-Business-UPS/pkg/PLIST b/misc/p5-Business-UPS/pkg/PLIST new file mode 100644 index 00000000000..fbf805483c4 --- /dev/null +++ b/misc/p5-Business-UPS/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/03 17:32:00 wiz Exp $ |