18 lines
324 B
Makefile
18 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:44:46 espie Exp $
|
|
|
|
COMMENT= read / write PHP session files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= PHP-Session-0.26
|
|
REVISION= 2
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Universal-require
|
|
|
|
.include <bsd.port.mk>
|