96a9da19de
Upstream changes: 2.02 Thu Jan 21 2020 - Github Issues (RT is shutting down) - Use https:// URLs - Github CI - Automate manifest and ignores. - Kill use vars. - Tidy.
18 lines
542 B
Makefile
18 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.30 2021/09/12 00:03:28 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Business-UPS-2.02
|
|
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"
|