1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/p5-Text-Hyphen/Makefile
Steve Wills 9cba18d307 textproc/p5-Text-Hyphen: Update to 0.2
PR:		222575
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	Anes Mukhametov <anes@anes.su> (maintainer)
2017-10-23 20:21:34 +00:00

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>