freebsd-ports/net/p5-Net-Amazon-AWSSign/Makefile
Andrej Zverev 14d750125f Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 15:39:36 +00:00

24 lines
498 B
Makefile

# New ports collection makefile for: p5-Net-Amazon-AWSSign
# Date created: 2011-01-28
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Net-Amazon-AWSSign
PORTVERSION= 0.12
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NATON
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to create signatures for AWS requests
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
PERL_CONFIGURE= yes
MAN3= Net::Amazon::AWSSign.3
.include <bsd.port.mk>