aaa1885833
ok jasper@
28 lines
556 B
Makefile
28 lines
556 B
Makefile
# $OpenBSD: Makefile,v 1.16 2010/12/03 11:45:41 ajacoutot Exp $
|
|
|
|
COMMENT= Perl Interface to Amazon.{co.uk,com} Web Services
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-Amazon-0.59
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= textproc/p5-XML-Simple>=2.08 \
|
|
devel/p5-Log-Log4perl \
|
|
www/p5-libwww
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EXAMPLES_DIST= eg
|
|
|
|
.include <bsd.port.mk>
|