mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
dec946ad51
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
24 lines
423 B
Makefile
24 lines
423 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 perl5 textproc
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN: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>
|