mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
bb3d8a2d71
glarkin@FreeBSD.org. Approved by: beech (mentor)
22 lines
426 B
Makefile
22 lines
426 B
Makefile
# New ports collection makefile for: p5-Net-Amazon-Signature
|
|
# Date created: 2008-03-20
|
|
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Amazon-Signature
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= Perl interface to create Amazon AWS signatures
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Amazon::Signature.3
|
|
|
|
.include <bsd.port.mk>
|