diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-23 11:53:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-23 11:53:30 +0800 |
commit | 2cbc7611c9f1a6587b13b1c36c6c51524cd822c8 (patch) | |
tree | c7b7823d7549b74c49c03c31839bee4d1d920278 | |
parent | df39985f95cbd280206d0a636dd462e1dbf63187 (diff) | |
download | freebsd-ports-gnome-2cbc7611c9f1a6587b13b1c36c6c51524cd822c8.tar.gz freebsd-ports-gnome-2cbc7611c9f1a6587b13b1c36c6c51524cd822c8.tar.zst freebsd-ports-gnome-2cbc7611c9f1a6587b13b1c36c6c51524cd822c8.zip |
- Add CONFLICTS_INSTALL
- Mark DEPRECATED and set EXPIRATION_DATE to 2016-06-30
-rw-r--r-- | devel/p5-Test2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Test2/Makefile b/devel/p5-Test2/Makefile index cd3c9a0c7dda..7cd367a0baf9 100644 --- a/devel/p5-Test2/Makefile +++ b/devel/p5-Test2/Makefile @@ -15,6 +15,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= p5-Test-Simple-1.[3-9]* + +DEPRECATED= Test2 has been merged into Test-Simple distribution +EXPIRATION_DATE=2016-06-30 + NO_ARCH= yes USE_PERL5= configure USES= perl5 |