pkgsrc/net/p5-ispman/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

40 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:23 jlam Exp $
#
DISTNAME= ispman-0.5
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
SVR4_PKGNAME= p5isp
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ispman/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ispman.org/
COMMENT= Perl module for ISPMan webAdministrator and command line utils
DEPENDS+= {p5-CGI>=2.72,perl>=5.6.1nb2}:../../www/p5-CGI
DEPENDS+= p5-Text-Template>=1.23:../../textproc/p5-Text-Template
DEPENDS+= p5-perl-ldap>=0.22:../../databases/p5-perl-ldap
DEPENDS+= p5-IMAP-Admin>=1.2.5:../../mail/p5-IMAP-Admin
DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1
DEPENDS+= p5-IO-stringy>=1.213:../../devel/p5-IO-stringy
WRKSRC= ${WRKDIR}/ispman/Modules
PERL5_PACKLIST= auto/ISPMan/.packlist
PERL5_CONFIGURE_DIRS= ${WRKSRC}/ISPMan ${WRKSRC}/IO-stringy-1.212_patched
BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}
INSTALL_DIRS= ${WRKSRC}/ISPMan
MAKE_PARAMS+= --noprompt
SUBST_CLASSES+= etc-fix
SUBST_STAGE.etc-fix= pre-configure
SUBST_FILES.etc-fix= ISPMan/*
SUBST_SED.etc-fix= -e 's:/etc:${PREFIX}/etc:g'
post-install:
${INSTALL_DATA} ${WRKSRC}/IO-stringy-1.212_patched/lib/IO/Scalar.pm \
${PERL5_INSTALLVENDORLIB}/IO/ScalarPatched.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"