9cba18d307
PR: 222575 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: Anes Mukhametov <anes@anes.su> (maintainer)
20 lines
366 B
Makefile
20 lines
366 B
Makefile
# Created by: Anes Mukhametov <anes@anes.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Hyphen
|
|
PORTVERSION= 0.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= anes@anes.su
|
|
COMMENT= Determine positions for hyphens inside words
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|