aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Striphigh/Makefile
blob: f4f506480d166aa45d127ef9824cec417750cc08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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}

MAN3=       Text::Striphigh.3

NO_STAGE=   yes
.include <bsd.port.mk>