diff options
Diffstat (limited to 'news/ija/Makefile')
-rw-r--r-- | news/ija/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/news/ija/Makefile b/news/ija/Makefile new file mode 100644 index 000000000000..a6f3dc522041 --- /dev/null +++ b/news/ija/Makefile @@ -0,0 +1,32 @@ +# ex:ts=8 +# New ports collection makefile for: ija +# Date created: Feb 17, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ija +PORTVERSION= 0.4.3 +CATEGORIES= news +MASTER_SITES= http://wildspark.com/asher/ija/ +EXTRACT_SUFX= .gz + +MAINTAINER= ijliao@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww + +USE_PERL5= yes + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-extract: + @${MKDIR} ${WRKDIR} + @${GUNZIP_CMD} -c ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> |