freebsd-ports/www/p5-WWW-iTunesConnect/Makefile

28 lines
669 B
Makefile
Raw Normal View History

# Created by: Brandon Fosdick <bfoz@bfoz.net>
# $FreeBSD$
PORTNAME= WWW-iTunesConnect
PORTVERSION= 1.16
PORTREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= bfoz@bfoz.net
COMMENT= Client interface for Apple's iTunes Connect service
BUILD_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree \
p5-libwww>=5.829:www/p5-libwww \
p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
p5-HTML-Form>=0:www/p5-HTML-Form
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
PLIST_FILES= %%SITE_PERL%%/WWW/iTunesConnect.pm \
2014-01-29 08:57:45 +01:00
%%PERL5_MAN3%%/WWW::iTunesConnect.3.gz
.include <bsd.port.mk>