mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- fix missing dependency [1]
- add LICENSE - bump PORTREVISION Noticed by: John Hein <john.hein@microsemi.com> [1]
This commit is contained in:
parent
37549c4c9b
commit
62585124e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414775
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= Email-Abstract
|
||||
PORTVERSION= 3.008
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -9,6 +10,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Unified interface to mail representations
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Email-Simple>=1.998:mail/p5-Email-Simple \
|
||||
p5-MRO-Compat>=0:devel/p5-MRO-Compat
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
@ -16,4 +20,11 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} >= 502000
|
||||
BUILD_DEPENDS+= p5-Module-Pluggable>1.5:devel/p5-Module-Pluggable
|
||||
RUN_DEPENDS+= p5-Module-Pluggable>1.5:devel/p5-Module-Pluggable
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user