a89bdb4db9
- Add LICENSE Changes: http://search.cpan.org/dist/HTTP-Lite/Changes
24 lines
440 B
Makefile
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>
|