freebsd-ports/www/p5-HTTP-Lite/Makefile

22 lines
372 B
Makefile
Raw Normal View History

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= HTTP-Lite
2013-07-23 00:09:17 +02:00
PORTVERSION= 2.41
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 modules for Lightweight HTTP implementation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
MAN3= HTTP::Lite.3
.include <bsd.port.mk>