diff options
Diffstat (limited to 'www/zope25-CookieCrumbler/Makefile')
-rw-r--r-- | www/zope25-CookieCrumbler/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/zope25-CookieCrumbler/Makefile b/www/zope25-CookieCrumbler/Makefile new file mode 100644 index 00000000000..67f6eafdd30 --- /dev/null +++ b/www/zope25-CookieCrumbler/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/11 15:19:07 drochner Exp $ + +DISTNAME= CookieCrumbler-1.1 +PKGNAME= zope25-CookieCrumbler-1.1 +CATEGORIES= www +MASTER_SITES= http://hathaway.freezope.org/Software/CookieCrumbler/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://hathaway.freezope.org/Software/CookieCrumbler +COMMENT= Cookie-based authentication + +.include "../../www/zope25/product.mk" +.include "../../mk/bsd.pkg.mk" |