1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/p5-Tee/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

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>