21311dab68
This module provides highlighting of words or patterns in HTML documents. This feature is typically used to highlight search results.
18 lines
388 B
Makefile
18 lines
388 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 16:20:43 simon Exp $
|
|
|
|
COMMENT= module to highlight words or patterns in HTML documents
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-Highlight-0.20
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|