1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/security/p5-Authen-PAM/Makefile
Andrej Zverev 3c9ffd7218 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 08:45:50 +00:00

19 lines
349 B
Makefile

# Created by: Matt Behrens <matt@zigg.com>
# $FreeBSD$
PORTNAME= Authen-PAM
PORTVERSION= 0.16
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= des@FreeBSD.org
COMMENT= Perl interface to the PAM library
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= -DPAM_STRERROR_NEEDS_PAMH
.include <bsd.port.mk>