15 lines
273 B
Makefile
15 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:50:53 sthen Exp $
|
|
|
|
COMMENT = allow complex data structures to be encoded using flat URIs
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Data-URIEncode-0.11
|
|
REVISION = 0
|
|
CATEGORIES = www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|