1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/linux-c6-pam/Makefile
Tijl Coosemans 5b721b6172 Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles.
2019-06-08 13:13:29 +00:00

18 lines
313 B
Makefile

# $FreeBSD$
PORTNAME= pam
PORTVERSION= 1.1.1
DISTVERSIONSUFFIX= -24.el6
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= An extensible library which provides authentication for applications
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>