1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/www/p5-HTML-Summary/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

22 lines
492 B
Makefile

# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= HTML-Summary
PORTVERSION= 0.020
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Produces summaries from the textual content of web pages
BUILD_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree \
ja-p5-Jcode>=2.06:japanese/p5-Jcode
RUN_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree \
ja-p5-Jcode>=2.06:japanese/p5-Jcode
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>