mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
5b721b6172
This puts all version information together in the port Makefiles.
18 lines
313 B
Makefile
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>
|