freebsd-ports/databases/p5-CDB_File/Makefile
Dmitry Marakasov cf40bf04a8 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-29 14:29:58 +00:00

18 lines
350 B
Makefile

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