blob: 223afeffa0c8e85617b2e3c70a350580594b0023 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= distilator
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= ports-mgmt perl5
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
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}
PERL_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>
|