cfbb239b6a
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
17 lines
288 B
Makefile
17 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.7 2016/03/20 19:57:19 naddy Exp $
|
|
|
|
COMMENT = lightweight, dependency free HTML/XML generation
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = HTML-Tiny-1.05
|
|
CATEGORIES = www
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
|
|
.include <bsd.port.mk>
|