pkgsrc/misc/p5-Business-UPS/Makefile

21 lines
584 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:38 tv Exp $
#
DISTNAME= Business-UPS-1.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5buu
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
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Business/UPS/.packlist
2002-10-27 21:48:55 +01:00
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"