diff options
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> |