mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
5b721b6172
This puts all version information together in the port Makefiles.
20 lines
407 B
Makefile
20 lines
407 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libasyncns
|
|
PORTVERSION= 0.8
|
|
DISTVERSIONSUFFIX= -1.1.el6
|
|
PORTREVISION= 3
|
|
CATEGORIES= dns devel linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= C library for executing DNS queries asynchronously (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|