29 lines
591 B
Makefile
29 lines
591 B
Makefile
# New ports collection makefile for: p5-Text-Striphigh
|
|
# Date created: Mon Nov 10 2003
|
|
# Whom: kai
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Striphigh
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Text
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kai@xs4all.nl
|
|
COMMENT= Perl extension to strip the high bit off of ISO-8859-1 text
|
|
|
|
PERL_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/Striphigh-${PORTVERSION}
|
|
|
|
MAN3= Text::Striphigh.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= "Broken pkg-plist"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|