freebsd-ports/www/p5-REST-Google-Apps-Provisioning/Makefile
Andrej Zverev bc02afde05 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 09:22:15 +00:00

26 lines
620 B
Makefile

# New ports collection makefile for: p5-REST-Google-Apps-Provisioning
# Date created: 2009-08-06
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= REST-Google-Apps-Provisioning
PORTVERSION= 1.1.9
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SSCHNEID
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A Perl library to Google\'s RESTful Apps API
RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= REST::Google::Apps::Provisioning.3
.include <bsd.port.mk>