mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
29 lines
631 B
Makefile
29 lines
631 B
Makefile
COMMENT = postfix greylist daemon
|
|
|
|
DISTNAME = sqlgrey-1.8.0
|
|
CATEGORIES = mail
|
|
REVISION = 2
|
|
|
|
HOMEPAGE = https://sqlgrey.sourceforge.net/
|
|
SITES = ${SITE_SOURCEFORGE:=sqlgrey/}
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
PKG_ARCH = *
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Net-Server \
|
|
devel/p5-IO-Multiplex \
|
|
devel/p5-Date-Calc \
|
|
p5-DBD-SQLite-*|p5-DBD-mysql-*|p5-DBD-Pg-*:databases/p5-DBD-SQLite
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/libdata/perl5/site_perl/DBIx/
|
|
${INSTALL_DATA} ${WRKSRC}/lib/DBIx-DBCluster-0.01/DBCluster.pm \
|
|
${PREFIX}/libdata/perl5/site_perl/DBIx/DBCluster.pm
|
|
|
|
.include <bsd.port.mk>
|