1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/ftp/paraget/Makefile
Jun Kuriyama 3f795ed795 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12).

Approved by:	portmgr (itetcu)
2010-01-28 02:32:30 +00:00

28 lines
621 B
Makefile

# ex:ts=8
# New ports collection makefile for: paraget
# Date created: Apr 18, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= paraget
PORTVERSION= 0.3.0
PORTREVISION= 2
CATEGORIES= ftp perl5
MASTER_SITES= SF
MAINTAINER= ijliao@FreeBSD.org
COMMENT= Parallel ftp-fetching program
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker
RUN_DEPENDS= ${BUILD_DEPENDS} \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
PERL_CONFIGURE= yes
MAN1= paraget.1
.include <bsd.port.mk>