opnsense-ports/security/p5-Authen-Simple-RADIUS/Makefile
2022-09-07 22:33:21 +02:00

22 lines
493 B
Makefile

PORTNAME= Authen-Simple-RADIUS
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple RADIUS authentication
WWW= https://metacpan.org/release/Authen-Simple-RADIUS
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \
p5-Authen-Radius>=0:security/p5-Authen-Radius
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>