freebsd-ports/www/p5-HTML-QuickCheck/Makefile

23 lines
465 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-HTML-QuickCheck
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-31 04:43:35 +02:00
# $FreeBSD$
#
PORTNAME= HTML-QuickCheck
2001-02-05 16:33:58 +01:00
PORTVERSION= 1.0b1
1997-04-20 15:53:29 +02:00
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= A simple and fast HTML syntax checking package for perl 4 and perl 5
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
MAN3= HTML::QuickCheck.3
.include <bsd.port.mk>