1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/p5-ReadLine-TTYtter/Makefile
Sunpoet Po-Chuan Hsieh 21adc6c56a - Respect devel/p5-ReadLine-*: use @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
- Make portlint happier
- Bump PORTREVISION for PLIST change

PR:		ports/158360
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
2011-07-13 00:55:17 +00:00

25 lines
513 B
Makefile

# New ports collection makefile for: p5-ReadLine-TTYtter
# Date created: 12 October 2010
# Whom: Sébastien Santoro <dereckson@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ReadLine-TTYtter
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Term
PKGNAMEPREFIX= p5-
DISTNAME= Term-${PORTNAME}-${PORTVERSION}
MAINTAINER= dereckson@gmail.com
COMMENT= Perl5 module for Term::ReadLine allowing rich editing
LICENSE= ART20
PERL_CONFIGURE= yes
.include <bsd.port.mk>