diff options
author | tobez <tobez@FreeBSD.org> | 2002-11-22 00:52:57 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-11-22 00:52:57 +0800 |
commit | 96980e40bf9d76f675700251bdffc48aac938a19 (patch) | |
tree | fce0570b9850a3232e67faab6d8df97c0c3ddbb5 /mail | |
parent | ad184f5e530f678551f53fb7562ec653f88deaf4 (diff) | |
download | freebsd-ports-gnome-96980e40bf9d76f675700251bdffc48aac938a19.tar.gz freebsd-ports-gnome-96980e40bf9d76f675700251bdffc48aac938a19.tar.zst freebsd-ports-gnome-96980e40bf9d76f675700251bdffc48aac938a19.zip |
Add missing RUN_DEPENDS, bump PORTREVISION.
PR: 43917
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Valid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/p5-Email-Valid/Makefile b/mail/p5-Email-Valid/Makefile index 0412d074d69d..b15d5f706c1b 100644 --- a/mail/p5-Email-Valid/Makefile +++ b/mail/p5-Email-Valid/Makefile @@ -7,6 +7,7 @@ PORTNAME= Email-Valid PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Email @@ -16,6 +17,7 @@ MAINTAINER= tobez@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |