26 lines
611 B
Makefile
26 lines
611 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}
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN1= paraget.1
|
||
|
|
||
|
.include <bsd.port.mk>
|