diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2017-12-25 05:26:16 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2017-12-25 05:26:16 +0000 |
commit | 5d101f28517a7dbd3f81d85b0e37aa1db06c86a8 (patch) | |
tree | ffaff03fff91e68b02fc443249845b8b2c310983 | |
parent | Update to 2.1.2 (diff) |
This two ports had to be removed long time ago, as they are not supposed to be used with net/samba* anymore.
-rw-r--r-- | devel/p5-Parse-Pidl/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Parse-Pidl44/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Parse-Pidl/Makefile b/devel/p5-Parse-Pidl/Makefile index 668f7f0247f2..8de4266c1741 100644 --- a/devel/p5-Parse-Pidl/Makefile +++ b/devel/p5-Parse-Pidl/Makefile @@ -12,6 +12,9 @@ COMMENT= IDL compiler written in Perl LICENSE= GPLv3 +DEPRECATED= yes +EXPIRATION_DATE= 2018-01-01 + BUILD_DEPENDS= p5-Parse-Yapp>=0:devel/p5-Parse-Yapp RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/devel/p5-Parse-Pidl44/Makefile b/devel/p5-Parse-Pidl44/Makefile index 896573b57164..603655d28621 100644 --- a/devel/p5-Parse-Pidl44/Makefile +++ b/devel/p5-Parse-Pidl44/Makefile @@ -12,6 +12,9 @@ COMMENT= IDL compiler written in Perl LICENSE= GPLv3 +DEPRECATED= yes +EXPIRATION_DATE= 2018-01-01 + BUILD_DEPENDS= p5-Parse-Yapp>=0:devel/p5-Parse-Yapp RUN_DEPENDS:= ${BUILD_DEPENDS} |