pkgsrc/misc/p5-Business-UPS/Makefile
wiz 33dd3d41ac 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).
2001-05-03 17:32:00 +00:00

21 lines
610 B
Makefile

# $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"