15 lines
273 B
Makefile
15 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/07/03 21:45:59 sthen Exp $
|
|
|
|
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>
|