5b7266c0a6
from Gleydson Soares ok simon@
22 lines
473 B
Makefile
22 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.5 2007/10/04 21:25:25 jasper Exp $
|
|
|
|
COMMENT= module to parse the content of tables in HTML text
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-TableContentParser-0.13
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
CATEGORIES= www devel
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::www/p5-HTML-Parser
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|