diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
commit | 1101f09c09367bca303d13431ed15f28d0a22f65 (patch) | |
tree | 511f5a9a033d7b57693fe54af6e8673a6a6a7f4f /ports-mgmt | |
parent | fde362579641ddf717c0f67041e6f3360e2fad61 (diff) | |
download | ports-1101f09c09367bca303d13431ed15f28d0a22f65.tar.gz ports-1101f09c09367bca303d13431ed15f28d0a22f65.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/distilator/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile index f9a8d73336c9..f440662c2c24 100644 --- a/ports-mgmt/distilator/Makefile +++ b/ports-mgmt/distilator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: distilator -# Date created: 19 Oct 2010 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= distilator PORTVERSION= 0.2 @@ -12,7 +8,7 @@ CATEGORIES= ports-mgmt perl5 MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A command-line script to check the availability of a ports distfiles +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 |