17 lines
331 B
Makefile
17 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:44:45 espie Exp $
|
|
|
|
COMMENT= module to highlight words or patterns in HTML documents
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-Highlight-0.20
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|