- Update to 4003 [1]
- Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) by moving TEST_DEPENDS earlier - Trim Makefile's header Changes: http://search.cpan.org/dist/Mail-OpenDKIM/ChangeLog PR: ports/176589 [1] Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
This commit is contained in:
parent
361a3a4343
commit
6165714641
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313416
2 changed files with 7 additions and 9 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: p5-Mail-OpenDKIM
|
||||
# Date created: Wed Apr 27 14:36:42 EDT 2011
|
||||
# Whom: Vivek Khera <vivek@khera.org>
|
||||
#
|
||||
# Created by: Vivek Khera <vivek@khera.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mail-OpenDKIM
|
||||
PORTVERSION= 3680
|
||||
PORTVERSION= 4003
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,10 +10,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= vivek@khera.org
|
||||
COMMENT= Perl interface to OpenDKIM C library
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim
|
||||
LIB_DEPENDS= opendkim:${PORTSDIR}/mail/opendkim
|
||||
RUN_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim
|
||||
|
||||
TEST_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
|
||||
p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Mail-OpenDKIM-3680.tar.gz) = 0ae9f530d200fb671e865553541e2c2c1d598d3ef30786803c16a9d75e510734
|
||||
SIZE (Mail-OpenDKIM-3680.tar.gz) = 32049
|
||||
SHA256 (Mail-OpenDKIM-4003.tar.gz) = f6344eba035e7eafb59298ab8ea8fc1ead952befdaa22ab64ff05126954803de
|
||||
SIZE (Mail-OpenDKIM-4003.tar.gz) = 34270
|
||||
|
|
Loading…
Reference in a new issue