summaryrefslogtreecommitdiff
path: root/misc/p5-Business-UPS/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-05-03 17:32:00 +0000
committerwiz <wiz@pkgsrc.org>2001-05-03 17:32:00 +0000
commit33dd3d41ac7d157f2133e99a48ce49f9efe65b2e (patch)
tree8862f37d845c5d4d3e1bc9f0298af2c15df3a9fd /misc/p5-Business-UPS/Makefile
parent7db41c77b66185789e158e925503aaa8e97f206a (diff)
downloadpkgsrc-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).
Diffstat (limited to 'misc/p5-Business-UPS/Makefile')
-rw-r--r--misc/p5-Business-UPS/Makefile21
1 files changed, 21 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"