freebsd-ports/net/p5-Net-Amazon-AWSSign/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

30 lines
632 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.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
.endif
.include <bsd.port.post.mk>