mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add missing dependence
PR: ports/146166 Submitted by: Emil Mikulic <emikulic@gmail.com>
This commit is contained in:
parent
624b274662
commit
c57b4d3001
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253462
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Email-Simple
|
||||
PORTVERSION= 2.100
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,6 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.([0-9])$|\1|}
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Simple parsing of RFC2822 message format and headers
|
||||
|
||||
BUILD_DEPENDS= p5-Email-Date-Format>=0:${PORTSDIR}/mail/p5-Email-Date-Format
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Email::Simple.3 \
|
||||
|
|
Loading…
Add table
Reference in a new issue