openbsd-ports/net/p5-Net-Amazon/Makefile
xsa 0a290f7e1c update to 0.21; from MAINTAINER Sam Smith;
fix regress target while here ...
2004-04-11 16:50:40 +00:00

34 lines
789 B
Makefile

# $OpenBSD: Makefile,v 1.3 2004/04/11 16:50:40 xsa Exp $
COMMENT= "Perl Interface to Amazon.{co.uk,com} Web Services"
DISTNAME= Net-Amazon-0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= Sam Smith <S@msmith.net>
# GPL/Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
CONFIGURE_STYLE= perl
BUILD_DEPENDS= :p5-XML-Simple->=2.08:textproc/p5-XML-Simple \
::devel/p5-Log-Log4perl
REGRESS_DEPENDS= :p5-libwww-*:www/p5-libwww
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Net-Amazon
cd ${WRKDIR}/${DISTNAME}/eg; \
for i in *; do \
${INSTALL_SCRIPT} $$i ${PREFIX}/share/examples/p5-Net-Amazon; \
done
.include <bsd.port.mk>