diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-15 18:11:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-15 18:11:55 +0800 |
commit | 4e86b8f2d37abc1fe26a4268e3603ba4cbfd525a (patch) | |
tree | c5f7cfcba976836090cb40492e4abb33b58b2b81 /mail | |
parent | eebc61f1212f52aab62e8a5173b1e716141e29a7 (diff) | |
download | freebsd-ports-gnome-4e86b8f2d37abc1fe26a4268e3603ba4cbfd525a.tar.gz freebsd-ports-gnome-4e86b8f2d37abc1fe26a4268e3603ba4cbfd525a.tar.zst freebsd-ports-gnome-4e86b8f2d37abc1fe26a4268e3603ba4cbfd525a.zip |
- Mark DEPRECATED and set EXPIRATION_DATE to 2013-12-31
- Use CONFLICTS_INSTALL instead of CONFLICTS
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SPF-Query/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile index c112544f1173..d68a60d0f202 100644 --- a/mail/p5-Mail-SPF-Query/Makefile +++ b/mail/p5-Mail-SPF-Query/Makefile @@ -17,7 +17,10 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS= libspf2-[0-9]* p5-Mail-SPF-[0-9]* +DEPRECATED= Use mail/p5-Mail-SPF instead +EXPIRATION_DATE=2013-12-31 + +CONFLICTS_INSTALL= libspf2-[0-9]* p5-Mail-SPF-[0-9]* USES= perl5 USE_PERL5= configure |