freebsd-ports/textproc/p5-Text-Striphigh/Makefile
Mathieu Arnold 61fd35343f - Support staging
- Add license
- Pet portlint

Sponsored by:	Absolight
2014-01-24 15:52:12 +00:00

17 lines
338 B
Makefile

# Created by: kai
# $FreeBSD$
PORTNAME= Text-Striphigh
PORTVERSION= 0.02
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>