b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
19 lines
598 B
Makefile
19 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.28 2020/01/18 23:35:44 rillig Exp $
|
|
|
|
VERSION= 2.30
|
|
DISTNAME= libhtmlobject-perl-${VERSION}
|
|
PKGNAME= p5-HTMLObject-${VERSION}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htmlobject/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://htmlobject.sourceforge.net/
|
|
COMMENT= Perl5 module to quickly and easily create Dynamic HTML pages
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Data-FormValidator>=3.59:../../textproc/p5-Data-FormValidator
|
|
|
|
PERL5_PACKLIST= auto/HTMLObject/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|