freebsd-ports/devel/p5-File-Cat/Makefile
2021-04-06 16:31:07 +02:00

16 lines
284 B
Makefile

# Created by: Jason Heiss <jheiss@aput.biz>
PORTNAME= File-Cat
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of cat
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>