4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
21 lines
402 B
Makefile
21 lines
402 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= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl implementation of cat
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= File::Cat.3
|
|
|
|
.include <bsd.port.mk>
|