diff options
Diffstat (limited to 'pkgtools/pkgse/Makefile')
-rw-r--r-- | pkgtools/pkgse/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkgse/Makefile b/pkgtools/pkgse/Makefile index 1d1acc46fe0..282683c8ca5 100644 --- a/pkgtools/pkgse/Makefile +++ b/pkgtools/pkgse/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.2 2004/07/19 23:17:16 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/08/12 13:15:45 wiz Exp $ # -DISTNAME= pkgse-0.1 +DISTNAME= pkgse-0.2 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 - -PKG_INSTALLATION_TYPES= overwrite pkgviews +COMMENT= Fetch informations about a NetBSD package from pkgsrc.netbsd.se DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww +PKG_INSTALLATION_TYPES= overwrite pkgviews + NO_CONFIGURE= yes NO_BUILD= yes USE_PERL5= yes |