da7ead52db
Approved by: wxs (mentor) Feature safe: yes
23 lines
425 B
Makefile
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>
|