freebsd-ports/textproc/p5-Text-Striphigh/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

22 lines
451 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= CPAN
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.mk>