1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/p5-IO-Pager/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

29 lines
548 B
Makefile

# New ports collection makefile for: IO-Pager
# Date created: Apr 1 2005
# Whom: Rong-En Fan <rafan@infor.org>
#
# $FreeBSD$
#
PORTNAME= IO-Pager
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= rafan@FreeBSD.org
COMMENT= Select a pager, optionally pipe it output if destination is a TTY
PERL_CONFIGURE= yes
MAN3= IO::Pager::Buffered.3 \
IO::Pager::Page.3 \
IO::Pager::Unbuffered.3 \
IO::Pager.3
post-patch:
@${RM} ${WRKSRC}/lib/IO/Pager.pm~
.include <bsd.port.mk>