freebsd-ports/textproc/p5-Text-Striphigh/Makefile
2021-04-06 16:31:07 +02:00

17 lines
342 B
Makefile

# Created by: kai
PORTNAME= Text-Striphigh
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kai@xs4all.nl
COMMENT= Perl extension to strip the high bit off of ISO-8859-1 text
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/Striphigh-${PORTVERSION}
.include <bsd.port.mk>