blob: 4a8bc6d0c0dbfc402b40c44f45472240b40b8e92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-Net-Amazon-Signature
# Date created: 2008-03-20
# Whom: Greg Larkin <glarkin@sourcehosting.net>
#
# $FreeBSD$
#
PORTNAME= Net-Amazon-Signature
PORTVERSION= 0.03
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@sourcehosting.net
COMMENT= Perl interface to create Amazon AWS signatures
PERL_CONFIGURE= yes
MAN3= Net::Amazon::Signature.3
.include <bsd.port.mk>
|