15 lines
266 B
Makefile
15 lines
266 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/07/03 21:46:04 sthen Exp $
|
|
|
|
COMMENT= simple means to move data between Perl and PHP
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = PHP-Serialization-0.34
|
|
CATEGORIES= www
|
|
REVISION = 0
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|