freebsd-ports/textproc/p5-Text-FixEOL/Makefile
Mathieu Arnold ba6cb2390b - Convert to staging (as a user)
- Add license
- Pet portlint

Sponsored by:	Absolight
2014-01-24 14:59:10 +00:00

20 lines
363 B
Makefile

# Created by: lth@FreeBSD.org
# $FreeBSD$
PORTNAME= Text-FixEOL
PORTVERSION= 1.06
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Canonicalizes text to a specified EOL/EOF convention
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>