freebsd-ports/databases/p5-CDB_File/Makefile
Sunpoet Po-Chuan Hsieh c16e141e52 - Update to 0.98
- Add LICENSE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/CDB_File/CHANGES
PR:		201481
Submitted by:	Jon Nistor <nistor@snickers.org> (maintainer)
2015-07-12 16:08:46 +00:00

21 lines
388 B
Makefile

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