freebsd-ports/databases/p5-CDB_File/Makefile
Andrej Zverev b88c23df87 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 11:32:20 +00:00

18 lines
318 B
Makefile

# Created by: Jon Nistor <nistor@snickers.org>
# $FreeBSD$
PORTNAME= CDB_File
PORTVERSION= 0.97
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= nistor@snickers.org
COMMENT= Perl5 interface to the CDB package
USES= perl5
USE_PERL5= configure
MAN3= CDB_File.3
.include <bsd.port.mk>