eb3bcf129e
Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
28 lines
788 B
Makefile
28 lines
788 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
|
|
CATEGORIES= ftp perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker
|
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= paraget.1
|
|
|
|
.include <bsd.port.mk>
|