diff options
Diffstat (limited to 'ftp/paraftp/Makefile')
-rw-r--r-- | ftp/paraftp/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ftp/paraftp/Makefile b/ftp/paraftp/Makefile new file mode 100644 index 000000000000..c9cace03c124 --- /dev/null +++ b/ftp/paraftp/Makefile @@ -0,0 +1,25 @@ +# 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.1.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> |