diff --git a/science/p5-Algorithm-SVMLight/Makefile b/science/p5-Algorithm-SVMLight/Makefile index 7bf54e8dac52..098768ba2755 100644 --- a/science/p5-Algorithm-SVMLight/Makefile +++ b/science/p5-Algorithm-SVMLight/Makefile @@ -1,22 +1,25 @@ PORTNAME= Algorithm-SVMLight PORTVERSION= 0.09 PORTREVISION= 1 CATEGORIES= science perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to SVMLight Machine-Learning Package WWW= https://metacpan.org/release/Algorithm-SVMLight +DEPRECATED= Depends on DEPRECATED science/svmlight +EXPIRATION_DATE= 2024-04-14 + BUILD_DEPENDS= svmlight>=6.01_2:science/svmlight LIB_DEPENDS= libsvmlight.so:science/svmlight USES= perl5 USE_PERL5= modbuild post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ ${WRKSRC}/Build.PL .include