pkgsrc/net/p5-Net-Amazon-S3/Makefile
wiz 40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00

37 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:25 wiz Exp $
DISTNAME= Net-Amazon-S3-0.60
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-Amazon-S3/
COMMENT= Framework for accessing amazon.com via SOAP and XML/HTTP
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
DEPENDS+= p5-Data-Stream-Bulk>=0:../../net/p5-Data-Stream-Bulk
DEPENDS+= p5-DateTime-Format-HTTP>=0:../../time/p5-DateTime-Format-HTTP
DEPENDS+= p5-DateTime-Format-ISO8601>=0:../../time/p5-DateTime-Format-ISO8601
DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC
DEPENDS+= p5-Digest-MD5-File>=0:../../security/p5-Digest-MD5-File
DEPENDS+= p5-libwww>=2:../../www/p5-libwww
DEPENDS+= p5-LWP-UserAgent-Determined>=0:../../www/p5-LWP-UserAgent-Determined
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Moose>=0:../../devel/p5-Moose
DEPENDS+= p5-MooseX-StrictConstructor>=0:../../devel/p5-MooseX-StrictConstructor
DEPENDS+= p5-MooseX-Types-DateTime>=0:../../time/p5-MooseX-Types-DateTime
DEPENDS+= p5-Regexp-Common>=0:../../textproc/p5-Regexp-Common
DEPENDS+= p5-URI>=0:../../www/p5-URI
DEPENDS+= p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML
REPLACE_PERL= bin/s3cl
PERL5_PACKLIST= auto/Net/Amazon/S3/.packlist
post-install:
(cd ${DESTDIR}; ${FIND} . -name \*.pm \( -perm 0555 -or -perm 0755 \) -exec ${CHMOD} -x '{}' \; )
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"