14 lines
263 B
Makefile
14 lines
263 B
Makefile
|
COMMENT = encoding and decoding of application/x-www-form-urlencoded
|
||
|
DISTNAME = URL-Encode-0.03
|
||
|
CATEGORIES = www
|
||
|
PKG_ARCH = *
|
||
|
REVISION = 0
|
||
|
|
||
|
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
MODULES = cpan
|
||
|
|
||
|
.include <bsd.port.mk>
|