pkgsrc/misc/p5-Business-UPS/Makefile
jlam cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00

23 lines
671 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:08 jlam Exp $
#
DISTNAME= Business-UPS-1.13
PKGNAME= p5-${DISTNAME}
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
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Business/UPS/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"