diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 2004-08-22 00:09:01 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 2004-08-22 00:09:01 +0000 |
commit | a999dafeecdccdb6a14c339b4f27deb1dae0d846 (patch) | |
tree | cad5cd94fdfe3bac6868f01ae2f189dc9709ea0e /www/p5-Maypole-Authentication-UserSessionCookie/Makefile | |
parent | 2b0a84df3798bafddd55f5e0a40b2f63b2c6969a (diff) | |
download | ports-a999dafeecdccdb6a14c339b4f27deb1dae0d846.tar.gz ports-a999dafeecdccdb6a14c339b4f27deb1dae0d846.zip |
Notes
Diffstat (limited to 'www/p5-Maypole-Authentication-UserSessionCookie/Makefile')
-rw-r--r-- | www/p5-Maypole-Authentication-UserSessionCookie/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile new file mode 100644 index 000000000000..c16a9025f297 --- /dev/null +++ b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: p5-Maypole +# Date created: Apr 2 2004 +# Whom: Marc G. Fournier +# +# $FreeBSD$ + +PORTNAME= Maypole-Authentication-UserSessionCookie +PORTVERSION= 1.3 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/S/SI/SIMON/ +PKGNAMEPREFIX= p5- + +MAINTAINER= scrappy@FreeBSD.org +COMMENT= Track sessions and, optionally, users + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> |