diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 13:18:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 13:21:53 +0000 |
commit | eef4c892e480745cf36adb424cb6fe4667cd24a1 (patch) | |
tree | d490b53e913ef025e66f86711026ba8a2842ccc0 /lang/perl5.34/Makefile | |
parent | 2364a45b4cfc0bbb11940d8e8ba9b110ef5104da (diff) | |
download | ports-eef4c892e480745cf36adb424cb6fe4667cd24a1.tar.gz ports-eef4c892e480745cf36adb424cb6fe4667cd24a1.zip |
Diffstat (limited to 'lang/perl5.34/Makefile')
-rw-r--r-- | lang/perl5.34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5.34/Makefile b/lang/perl5.34/Makefile index a0bc62d6589e..bee3b9bd4696 100644 --- a/lang/perl5.34/Makefile +++ b/lang/perl5.34/Makefile @@ -1,5 +1,5 @@ PORTNAME= perl -DISTVERSION= ${PERL_VERSION}-RC1 +DISTVERSION= ${PERL_VERSION}-RC1 # TODO: set EXPIRATION_DATE when .0 is released PORTREVISION= 0 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 @@ -13,7 +13,7 @@ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying -# Uncomment when the default Perl is switched to 5.3(X+2) +# Uncomment when the default Perl is switched to 5.36 #DEPRECATED= Support end three years after .0 release, please upgrade to a more recent version of Perl #EXPIRATION_DATE=<Release date of .0 + 3 years> |