diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-24 14:25:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-24 14:25:06 +0000 |
commit | a92aeeffb0f6247879494d747330d92f6fdc93ad (patch) | |
tree | 982a7e3e854a1b0b17afc702876a6ca0fd7f73bd | |
parent | da532c0e79881db9791f27c59eda95b4f681f4d8 (diff) |
Notes
-rw-r--r-- | devel/p5-Cdk/Makefile | 3 | ||||
-rw-r--r-- | japanese/p5-Acme-Lou/Makefile | 3 | ||||
-rw-r--r-- | japanese/p5-Text-MeCab/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-MIME-Fast/Makefile | 3 | ||||
-rw-r--r-- | net/p5-OurNet-BBS/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-GOST/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-TEA/Makefile | 3 |
7 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Cdk/Makefile b/devel/p5-Cdk/Makefile index beba683514db..4ad8920a8ad7 100644 --- a/devel/p5-Cdk/Makefile +++ b/devel/p5-Cdk/Makefile @@ -23,6 +23,9 @@ INSTALL_TARGET= pure_install CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include <bsd.port.pre.mk> .if ${PERL_VER} >= 5.18 diff --git a/japanese/p5-Acme-Lou/Makefile b/japanese/p5-Acme-Lou/Makefile index 778b2cd7ac98..f76da0cdbacd 100644 --- a/japanese/p5-Acme-Lou/Makefile +++ b/japanese/p5-Acme-Lou/Makefile @@ -18,4 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +DEPRECATED= Needs ja-p5-Text-MeCab that does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include <bsd.port.mk> diff --git a/japanese/p5-Text-MeCab/Makefile b/japanese/p5-Text-MeCab/Makefile index d200e25e80f0..f00102e98e3a 100644 --- a/japanese/p5-Text-MeCab/Makefile +++ b/japanese/p5-Text-MeCab/Makefile @@ -25,6 +25,9 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= </dev/null +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + # dictionary encoding (euc-jp, shift_jis, utf-8) ENCODING?= euc-jp diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile index 587e1b0dbd9a..d16dcdcae667 100644 --- a/mail/p5-MIME-Fast/Makefile +++ b/mail/p5-MIME-Fast/Makefile @@ -19,6 +19,9 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS}" +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include <bsd.port.pre.mk> .if ${PERL_VER} >= 5.18 diff --git a/net/p5-OurNet-BBS/Makefile b/net/p5-OurNet-BBS/Makefile index 3e541ffdfbf0..47aaa12a55d3 100644 --- a/net/p5-OurNet-BBS/Makefile +++ b/net/p5-OurNet-BBS/Makefile @@ -43,4 +43,7 @@ PORTSCOUT= skipv:1.67 USES= perl5 USE_PERL5= configure +DEPRECATED= Needs p5-Crypt-Tea that does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include <bsd.port.mk> diff --git a/security/p5-Crypt-GOST/Makefile b/security/p5-Crypt-GOST/Makefile index 52ff7bd9b806..7152e42e76e8 100644 --- a/security/p5-Crypt-GOST/Makefile +++ b/security/p5-Crypt-GOST/Makefile @@ -14,6 +14,9 @@ COMMENT= Perl extension for GOST Encryption Algorithm USES= perl5 USE_PERL5= configure +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include <bsd.port.pre.mk> .if ${PERL_VER} >= 5.18 diff --git a/security/p5-Crypt-TEA/Makefile b/security/p5-Crypt-TEA/Makefile index 527ec2a4ffe0..e8a013bdab1d 100644 --- a/security/p5-Crypt-TEA/Makefile +++ b/security/p5-Crypt-TEA/Makefile @@ -14,6 +14,9 @@ COMMENT= Perl extension to Tiny Encryption Algorithm USES= perl5 USE_PERL5= configure +DEPRECATED= Does not work with 5.18 or above +EXPIRATION_DATE=2015-07-31 + .include <bsd.port.pre.mk> .if ${PERL_VER} >= 5.18 |