freebsd-ports/devel/p5-Tee/Makefile
Steve Wills da7ead52db Add p5-Tee, pure Perl emulation of GNU tee
Approved by:	wxs (mentor)
Feature safe:	yes
2011-02-05 02:18:06 +00:00

23 lines
425 B
Makefile

# New ports collection makefile for: p5-Tee
# Date created: 2011-02-04
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tee
PORTVERSION= 0.14
CATEGORIES= devel
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Pure Perl emulation of GNU tee
PERL_CONFIGURE= yes
MAN1= ptee.1
MAN3= Tee::App.3 Tee.3
.include <bsd.port.mk>