openbsd-ports/www/p5-Data-URIEncode/Makefile
sthen 8133bad68d import Data::URIEncode:
Data::URIEncode allows for encoding and decoding complex (multi
level datastructures) using native Query String manipulators (such
as CGI.pm). It takes complex data and turns it into a flat hashref
which can then be turned into a URI query string using URL encoding.
It also takes a flat hashref of data passed in and translates it
back to a complex structure.

ok simon@
2008-10-16 00:02:24 +00:00

16 lines
337 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/10/16 00:02:24 sthen Exp $
COMMENT = allow complex data structures to be encoded using flat URIs
MODULES = cpan
DISTNAME = Data-URIEncode-0.11
CATEGORIES = www
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>