f2b17eae69
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.
16 lines
336 B
Makefile
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>
|