openbsd-ports/www/p5-PHP-Serialization/Makefile
sthen f2b17eae69 import www/p5-PHP-Serialization, from dlg@
Provides a simple, quick means of serializing perl memory structures
(including object data!) into a format that PHP can deserialize()
and access, and vice versa.
2009-09-17 00:09:16 +00:00

16 lines
336 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/09/17 00:09:16 sthen Exp $
COMMENT= simple means to move data between Perl and PHP
MODULES= cpan
DISTNAME= PHP-Serialization-0.33
CATEGORIES= www
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>