freebsd-ports/devel/p5-Config-Tiny/Makefile
Sunpoet Po-Chuan Hsieh 49d0b84b43 - Use USES=tar:tgz
2014-03-14 08:48:04 +00:00

19 lines
369 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Config-Tiny
PORTVERSION= 2.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read/Write .ini style files with as little code as possible
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>