diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-15 10:11:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-15 10:11:55 +0000 |
commit | 50080eefdb6a29d85f943149d79f04f5ef329fe3 (patch) | |
tree | c5f7cfcba976836090cb40492e4abb33b58b2b81 /mail | |
parent | d5511738aca7a7428dfd574766103380b6bd5d4d (diff) | |
download | ports-50080eefdb6a29d85f943149d79f04f5ef329fe3.tar.gz ports-50080eefdb6a29d85f943149d79f04f5ef329fe3.zip |
Notes
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 |