summaryrefslogtreecommitdiff
path: root/pkgtools/pkgse/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-19 23:13:51 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-19 23:13:51 +0000
commit9b420f2eb8c24ca04c9c31598dbe3e11cc13ee3c (patch)
treecc19310f60154459f196f99eb7147b2896612613 /pkgtools/pkgse/Makefile
parente66d44685697273d8a2d4b40d18112dbac8ad08f (diff)
downloadpkgsrc-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/Makefile22
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"