af6bda5de5
Approved by: portmgr (blanket infrastructure)
23 lines
597 B
Makefile
23 lines
597 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Amazon-SimpleDB
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TIMA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Low-level perlish interface for working with Amazon SimpleDB service
|
|
|
|
BUILD_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
|
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \
|
|
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|