bd11f31c5a
(Following log are retrieved from ChangeLog, but version is not mentioned. sorry) ---------------- Fri Jun 20 09:27:24 2003 jwheeler <upsmodule@datademons.com> * Changed namespace to the original Business::UPS to make room for Dan Browning's Business::Shipping modules. Tue Jun 10 13:28:37 2003 jwheeler <upsmodule@datademons.com> * Came across this module, was horribly outdated, rewrote it to work again. * Renamed to Business::Shipping::UPS so as not to interfere with solomon's namespace.
18 lines
541 B
Makefile
18 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.21 2014/12/13 03:40:18 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Business-UPS-2.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Business/UPS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|