2007-01-14 20:49:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2007/01/14 20:49:05 simon Exp $
|
2004-01-27 18:53:52 +00:00
|
|
|
|
|
|
|
COMMENT= "Perl Interface to Amazon.{co.uk,com} Web Services"
|
|
|
|
|
2007-01-14 20:49:05 +00:00
|
|
|
MODULES= cpan
|
2006-09-22 13:33:00 +00:00
|
|
|
DISTNAME= Net-Amazon-0.35
|
2007-01-14 20:49:05 +00:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
|
|
CATEGORIES= net
|
2004-01-27 18:53:52 +00:00
|
|
|
|
2004-11-25 19:05:05 +00:00
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
2004-01-27 18:53:52 +00:00
|
|
|
|
|
|
|
# GPL/Artistic License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-11-25 19:05:05 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= :p5-XML-Simple->=2.08:textproc/p5-XML-Simple \
|
|
|
|
::devel/p5-Log-Log4perl \
|
|
|
|
:p5-libwww-*:www/p5-libwww
|
2004-04-11 16:50:40 +00:00
|
|
|
|
2004-01-28 14:07:13 +00:00
|
|
|
post-install:
|
2004-01-27 18:53:52 +00:00
|
|
|
${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>
|