diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-19 23:13:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-19 23:13:51 +0000 |
commit | 9b420f2eb8c24ca04c9c31598dbe3e11cc13ee3c (patch) | |
tree | cc19310f60154459f196f99eb7147b2896612613 /pkgtools/pkgse/Makefile | |
parent | e66d44685697273d8a2d4b40d18112dbac8ad08f (diff) | |
download | pkgsrc-9b420f2eb8c24ca04c9c31598dbe3e11cc13ee3c.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" |