13 lines
213 B
Makefile
13 lines
213 B
Makefile
|
COMMENT = allow complex data structures to be encoded using flat URIs
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Data-URIEncode-0.11
|
||
|
REVISION = 1
|
||
|
CATEGORIES = www
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|