freebsd-ports/databases/pear-DB/Makefile
Baptiste Daroussin 427938c0ff Convert to USES=pear
Use options helpers
2014-09-23 14:14:19 +00:00

15 lines
295 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$
PORTNAME= DB
PORTVERSION= 1.7.14
PORTEPOCH= 1
CATEGORIES= databases www pear
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/}
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR Database Abstraction Layer
USES= pear
.include <bsd.port.mk>