blob: 0d69c5a86feb7d87124c5d05b7e3e10f66ead210 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|