mirror of https://git.FreeBSD.org/ports.git
19 lines
411 B
Makefile
19 lines
411 B
Makefile
PORTNAME= Authen-Simple-Net
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple authentication via FTP, POP3, or SMTP
|
|
WWW= https://metacpan.org/release/Authen-Simple-Net
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|