freebsd-ports/security/p5-Authen-Simple-DBM/Makefile

24 lines
441 B
Makefile
Raw Normal View History

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Authen-Simple-DBM
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple DBM authentication
2018-06-04 20:14:14 +02:00
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>