diff options
author | xtraeme <xtraeme> | 2004-07-19 23:13:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-19 23:13:51 +0000 |
commit | 2a87116bbc50065091385c6d56846cebf0ca99c6 (patch) | |
tree | cc19310f60154459f196f99eb7147b2896612613 /pkgtools/pkgse/Makefile | |
parent | 02c7beae57fb4f143ace1794eed4e5b2a19f094f (diff) | |
download | pkgsrc-2a87116bbc50065091385c6d56846cebf0ca99c6.tar.gz |
Initial import of pkgse-0.1 from pkgsrc-wip, contributed by iMil.
pkgse is a simple perl script that fetch informations about a NetBSD package
from pkgsrc.netbsd.se website.
Diffstat (limited to 'pkgtools/pkgse/Makefile')
-rw-r--r-- | pkgtools/pkgse/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pkgtools/pkgse/Makefile b/pkgtools/pkgse/Makefile new file mode 100644 index 00000000000..ef20036ce0a --- /dev/null +++ b/pkgtools/pkgse/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/19 23:13:51 xtraeme Exp $ +# + +DISTNAME= pkgse-0.1 +CATEGORIES= pkgtools +MASTER_SITES= http://imil.net/NetBSD/ +EXTRACT_SUFX= .tgz + +MAINTAINER= imil@gcu.info +HOMEPAGE= http://imil.net/ +COMMENT= Fetch informations about a NetBSD package on pkgsrc.netbsd.se + +DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww + +NO_CONFIGURE= yes +NO_BUILD= yes +USE_PERL5= yes + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/pkgse ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |