1996-10-24 10:44:47 +02:00
|
|
|
# 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$
|
1996-10-24 10:44:47 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
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
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 10:44:47 +02:00
|
|
|
|
2000-10-23 23:03:11 +02:00
|
|
|
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
|
1996-10-24 10:44:47 +02:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
1996-10-24 10:44:47 +02:00
|
|
|
|
1996-11-18 09:47:32 +01:00
|
|
|
MAN3= HTML::QuickCheck.3
|
|
|
|
|
1996-10-24 10:44:47 +02:00
|
|
|
.include <bsd.port.mk>
|