1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-Term-Sk/Makefile
Jonathan Chu 19aceb599f Update maintainer email address
Approved by:    swills (mentor)
2014-01-21 05:12:40 +00:00

20 lines
346 B
Makefile

# $FreeBSD$
PORTNAME= Term-Sk
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KEICHNER
PKGNAMEPREFIX= p5-
MAINTAINER= milki@FreeBSD.org
COMMENT= Perl extension to display a progress indicator on a terminal
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>