mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
25 lines
536 B
Makefile
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.03
|
|
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>
|