freebsd-ports/www/p5-Google-Code-Upload/Makefile

27 lines
687 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
# $FreeBSD$
PORTNAME= Google-Code-Upload
PORTVERSION= 0.07
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Uploading files to a Google Code project
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
2011-08-30 08:41:13 +02:00
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
USES= perl5
2014-02-28 02:58:11 +01:00
.include <bsd.port.mk>