freebsd-ports/textproc/p5-Text-Striphigh/Makefile

19 lines
354 B
Makefile
Raw Normal View History

# Created by: kai
# $FreeBSD$
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>