diff options
author | mef <mef@pkgsrc.org> | 2014-11-24 04:45:05 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-24 04:45:05 +0000 |
commit | ea0a51285344b2bdf05edf081e8f4758a1166941 (patch) | |
tree | e9f81138afc68a284de979eb262fd33e726747f6 /www/ap-scgi | |
parent | f5a387760983c4adb3cb602cf90d655611c8ecf2 (diff) | |
download | pkgsrc-ea0a51285344b2bdf05edf081e8f4758a1166941.tar.gz |
- py-scgi and ap-scgi update 1.13 to 1.14
(remove PKGREVISION)
- Add licenses/cnri-license for above two packages
Diffstat (limited to 'www/ap-scgi')
-rw-r--r-- | www/ap-scgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-scgi/Makefile b/www/ap-scgi/Makefile index 9858583a062..bb4698b2a66 100644 --- a/www/ap-scgi/Makefile +++ b/www/ap-scgi/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2014/06/11 12:57:23 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2014/11/24 04:45:05 mef Exp $ # PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME} -PKGREVISION= 2 COMMENT= Simple Common Gateway Interface for Apache +LICENSE= cnri-license DEPENDS+= ${PYPKGPREFIX}-scgi-[0-9]*:../../www/py-scgi |