1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

A Perl5 client interface for Apple's iTunes Connect service.

WWW: http://search.cpan.org/~bfoz/p5-WWW-iTunesConnect/

PR:		ports/145405
Submitted by:	Brandon Fosdick <bfoz at bfoz.net>
This commit is contained in:
Martin Wilke 2010-05-08 10:21:48 +00:00
parent 7eabca377f
commit 6fc5e844e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253944
4 changed files with 40 additions and 0 deletions

View File

@ -1258,6 +1258,7 @@
SUBDIR += p5-WWW-WebArchive
SUBDIR += p5-WWW-Wikipedia
SUBDIR += p5-WWW-Yandex-TIC
SUBDIR += p5-WWW-iTunesConnect
SUBDIR += p5-Web-Scraper
SUBDIR += p5-Web-Scraper-Config
SUBDIR += p5-WebService-Basecamp

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: p5-WWW-iTunesConnect
# Date created: 29 August 2009
# Whom: Brandon Fosdick <bfoz@bfoz.net>
#
# $FreeBSD$
#
PORTNAME= WWW-iTunesConnect
PORTVERSION= 1.14
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PKGNAME}
MAINTAINER= bfoz@bfoz.net
COMMENT= Client interface for Apple's iTunes Connect service
BUILD_DEPENDS= p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww \
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
p5-IO-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Compress-Zlib
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= WWW::iTunesConnect.3
PLIST_FILES= %%SITE_PERL%%/WWW/iTunesConnect.pm \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/iTunesConnect/.packlist
PLIST_DIRS= %%SITE_PERL%%/WWW \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/iTunesConnect \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (p5-WWW-iTunesConnect-1.14.tar.gz) = 2662526f37a2f8f0eb304c82e9a94221
SHA256 (p5-WWW-iTunesConnect-1.14.tar.gz) = 4916c9b18d4d95f626f2124256dbd7c3ca28c162c042cfa5fb2fb9cab5fb8e5d
SIZE (p5-WWW-iTunesConnect-1.14.tar.gz) = 7994

View File

@ -0,0 +1,3 @@
A Perl5 client interface for Apple's iTunes Connect service.
WWW: http://search.cpan.org/~bfoz/p5-WWW-iTunesConnect/