mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
9cba18d307
PR: 222575 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: Anes Mukhametov <anes@anes.su> (maintainer)
21 lines
366 B
Makefile
21 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>
|