c16e141e52
- Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/CDB_File/CHANGES PR: 201481 Submitted by: Jon Nistor <nistor@snickers.org> (maintainer)
21 lines
388 B
Makefile
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>
|