mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
5190f14f8d
- Fix COMMENT - Trim header
18 lines
304 B
Makefile
18 lines
304 B
Makefile
# 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>
|