diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-11 08:38:53 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-11 08:38:53 +0000 |
commit | 8ec353b62489bff4a87328d29d190dd603f19f7c (patch) | |
tree | 47c01982d7228eb1979ed1cc848e85028f692e51 /textproc/p5-YAPE-HTML/Makefile | |
parent | f44c5bfccd0c6a3c5c706e606093c29105077370 (diff) | |
download | FreeBSD-ports-8ec353b62489bff4a87328d29d190dd603f19f7c.zip FreeBSD-ports-8ec353b62489bff4a87328d29d190dd603f19f7c.tar.gz |
Add p5-YAPE-HTML 1.11, yet Another Parser/Extractor for HTML.
PR: 52888
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'textproc/p5-YAPE-HTML/Makefile')
-rw-r--r-- | textproc/p5-YAPE-HTML/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-YAPE-HTML/Makefile b/textproc/p5-YAPE-HTML/Makefile new file mode 100644 index 0000000..f6c98fb --- /dev/null +++ b/textproc/p5-YAPE-HTML/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-YAPE-HTML +# Date created: 3 juin 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= YAPE-HTML +PORTVERSION= 1.11 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/P/PI/PINYAN +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Yet Another Parser/Extractor for HTML + +PERL_CONFIGURE= yes + +MAN3= YAPE::HTML.3 YAPE::HTML::Element.3 + +.include <bsd.port.mk> |