0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
19 lines
557 B
Makefile
19 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.22 2015/06/12 10:50:35 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Business-UPS-2.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|