2005-10-09 15:00:35 +02:00
|
|
|
# New ports collection makefile for: p5-Text-Chomp
|
|
|
|
# Date created: 08 Oct 2005
|
|
|
|
# Whom: Jason Burgess <dev@fenux.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Chomp
|
|
|
|
PORTVERSION= 0.02
|
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-10-09 15:00:35 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-03-14 08:37:30 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-10-09 15:00:35 +02:00
|
|
|
COMMENT= A module implementing a portable chomp
|
|
|
|
|
2011-09-17 09:06:45 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2005-10-09 15:00:35 +02:00
|
|
|
|
|
|
|
MAN3= Text::Chomp.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|