openbsd-ports/www/weblint/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

31 lines
703 B
Makefile

# $OpenBSD: Makefile,v 1.14 2007/09/15 20:38:26 merdely Exp $
COMMENT= perl lint program for html
DISTNAME= weblint-1.020
PKGNAME= ${DISTNAME}p0
CATEGORIES= www
MASTER_SITES= http://www.perl.com/CPAN/authors/id/NEILB/
MAINTAINER= Sean Cavanaugh <seanc@cginfo.sk.ca>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_BUILD= Yes
PKG_ARCH= *
REGRESS_TARGET= test
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/weblint
${INSTALL_SCRIPT} ${WRKSRC}/weblint ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/weblint.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/weblintrc ${PREFIX}/share/examples/weblint
.include <bsd.port.mk>