1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/textproc/p5-Net-YASA/Makefile
Cheng-Lung Sung 9cb5299b4d YASA is a simple implementation of Suffix Array for counting
frequency of given text/string.

This module provides a Perl interface to YASA via REST.

WWW: http://search.cpan.org/dist/Net-YASA/
2007-08-21 09:23:54 +00:00

25 lines
536 B
Makefile

# New ports collection makefile for: textproc/p5-Net-YASA
# Date created: 21 Aug 2007
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-YASA
PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl interface to YASA (Yet Another Suffix Array)
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= Net::YASA.3 Net::YASA::ConfigData.3
.include <bsd.port.mk>