1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/p5-IO-Tty/Makefile
Frederic Culot cecda217fb - Update to 1.11
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/IO-Tty/ChangeLog
2014-05-08 14:23:05 +00:00

20 lines
369 B
Makefile

# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$
PORTNAME= IO-Tty
PORTVERSION= 1.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Flexible I/O Perl5 module that allows manipulation of pseudo-TTYs
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>