2013-03-08 15:00:30 +01:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2010-10-19 17:50:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= distilator
|
2010-10-30 01:17:46 +02:00
|
|
|
PORTVERSION= 0.2
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2010-10-19 17:50:02 +02:00
|
|
|
CATEGORIES= ports-mgmt perl5
|
|
|
|
MASTER_SITES= CRITICAL
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2013-03-08 15:00:30 +01:00
|
|
|
COMMENT= Command-line script to check the availability of a ports distfiles
|
2010-10-19 17:50:02 +02:00
|
|
|
|
2010-11-02 16:20:16 +01:00
|
|
|
RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/net/p5-URI \
|
2012-06-06 12:43:19 +02:00
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2010-10-19 17:50:02 +02:00
|
|
|
|
2013-09-06 19:55:21 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-10-19 17:50:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|