aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Amazon-SQS-Simple/Makefile
blob: 2decc4c632d191504c645c5133756ed3b74671f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    p5-Amazon-SQS-Simple
# Date created:     2007-10-31
# Whom:         Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Amazon-SQS-Simple
PORTVERSION=    1.06
CATEGORIES= net perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:SWHITAKER
PKGNAMEPREFIX=  p5-

MAINTAINER= glarkin@FreeBSD.org
COMMENT=    OO API for accessing the Amazon Simple Queue Service

BUILD_DEPENDS=  ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
        ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
        ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
        p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Amazon::SQS::Simple::Message.3 \
        Amazon::SQS::Simple::Queue.3 \
        Amazon::SQS::Simple::Base.3 \
        Amazon::SQS::Simple::SendResponse.3 \
        Amazon::SQS::Simple.3

SUB_FILES=  pkg-message

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>