21ee04d5e4
pkgsrc changes: - Added license definition - Removed test patch (test runs fine without) Upstream changes: 2.2 Thu 1 Oct 2009 - Moved Lite.pm into lib directory - Reversed the Changes file order to reverse chronological - Moved to Makefile.PL to Module::Install to autodetect more things - Add no_index entries for the test data - Remove reliable on (partially) dead website for testing - Now this module is mature and unlikely to change much, move to a more stable and less complicated versioning scheme that suffers less complications in the Perl toolchain. Also, dotted integers without the use of something like version.pm isn't strictly allowed.
20 lines
552 B
Makefile
20 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/11/21 14:36:37 sno Exp $
|
|
|
|
DISTNAME= HTTP-Lite-2.2
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5hl
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTTP-Lite/
|
|
COMMENT= Lightweight HTTP client implementation
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/HTTP/Lite/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|