blob: dcb24369f8687cda4c85d5fdb8ef2095f2801cb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Jason Burgess <dev@fenux.net>
# $FreeBSD$
PORTNAME= Text-Chomp
PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module implementing a portable chomp
PERL_CONFIGURE= yes
MAN3= Text::Chomp.3
.include <bsd.port.mk>
|