freebsd-ports/www/p5-HTTP-Lite/Makefile
Sunpoet Po-Chuan Hsieh a89bdb4db9 - Update to 2.4
- Add LICENSE

Changes:	http://search.cpan.org/dist/HTTP-Lite/Changes
2012-07-20 03:52:45 +00:00

24 lines
440 B
Makefile

# New ports collection makefile for: p5-HTTP-Lite
# Date created: Nov 20 2003
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= HTTP-Lite
PORTVERSION= 2.4
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
PERL_CONFIGURE= yes
MAN3= HTTP::Lite.3
.include <bsd.port.mk>