mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
17 lines
271 B
Makefile
17 lines
271 B
Makefile
# Created by: Alex Miller (<asm@asm.kiev.ua>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP_Session2
|
|
PORTVERSION= 0.7.3
|
|
CATEGORIES= www devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PHP5 Session Handler
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= dos2unix pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|