2008-07-14 12:24:34 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2008/07/14 16:24:34 dhill Exp $
|
2004-01-27 13:53:52 -05:00
|
|
|
|
2007-07-27 17:43:21 -04:00
|
|
|
COMMENT= Perl Interface to Amazon.{co.uk,com} Web Services
|
2004-01-27 13:53:52 -05:00
|
|
|
|
2007-01-14 15:49:05 -05:00
|
|
|
MODULES= cpan
|
2008-07-14 12:24:34 -04:00
|
|
|
DISTNAME= Net-Amazon-0.49
|
2007-01-14 15:49:05 -05:00
|
|
|
CATEGORIES= net
|
2004-01-27 13:53:52 -05:00
|
|
|
|
2004-11-25 14:05:05 -05:00
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
2004-01-27 13:53:52 -05:00
|
|
|
|
|
|
|
# GPL/Artistic License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-11-25 14:05:05 -05: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 12:50:40 -04:00
|
|
|
|
2004-01-28 09:07:13 -05:00
|
|
|
post-install:
|
2004-01-27 13:53:52 -05: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>
|