freebsd-ports/devel/p5-File-Cat/Makefile
Aaron Dalton 402489847e Add p5-File-Cat 1.2, perl implementation of cat.
PR:		ports/93882
Submitted by:	Jason Heiss <jheiss@aput.biz>
Approved by:	tobez (implicit)
2006-05-10 01:23:45 +00:00

22 lines
447 B
Makefile

# New ports collection makefile for: p5-File-Cat
# Date created: 19 March 2005
# Whom: Jason Heiss <jheiss@aput.biz>
#
# $FreeBSD$
#
PORTNAME= File-Cat
PORTVERSION= 1.2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of cat
PERL_CONFIGURE= YES
MAN3= File::Cat.3
.include <bsd.port.mk>