freebsd-ports/ports-mgmt/distilator/Makefile

21 lines
459 B
Makefile
Raw Normal View History

2013-03-08 15:00:30 +01:00
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= distilator
PORTVERSION= 0.2
PORTREVISION= 2
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
RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>