mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
21adc6c56a
- Make portlint happier - Bump PORTREVISION for PLIST change PR: ports/158360 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days)
25 lines
513 B
Makefile
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>
|