mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
25 lines
573 B
Makefile
25 lines
573 B
Makefile
# Created by: Masahiro Teramoto <markun@onohara.to>
|
|
|
|
PORTNAME= Lingua-JA-Summarize-Extract
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 2
|
|
CATEGORIES= japanese textproc perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= Summary generator for Japanese
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
|
|
p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require \
|
|
p5-Module-Install>=0:devel/p5-Module-Install
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.include <bsd.port.post.mk>
|