9075d9997c
from bsd at openbsd.rutgers.edu (MAINTAINER), thanks!
26 lines
544 B
Makefile
26 lines
544 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/05/18 20:47:31 jasper Exp $
|
|
|
|
COMMENT= DKIM and DomainKeys message-signing implementation
|
|
|
|
DISTNAME= Mail-DKIM-0.31
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
CPAN_AUTHOR= JASLONG
|
|
|
|
RUN_DEPENDS= ::security/p5-Crypt-OpenSSL-RSA \
|
|
::security/p5-Digest-SHA \
|
|
::security/p5-Digest-SHA1 \
|
|
::mail/p5-Mail-Tools \
|
|
::net/p5-Net-DNS
|
|
|
|
.include <bsd.port.mk>
|