61fd35343f
- Add license - Pet portlint Sponsored by: Absolight
17 lines
338 B
Makefile
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>
|