freebsd-ports/databases/p5-CDB_File/Makefile
Sunpoet Po-Chuan Hsieh ec825268db Update to 1.02
Changes:	https://metacpan.org/changes/distribution/CDB_File
PR:		243654
Submitted by:	Jon Nistor <nistor@snickers.org> (maintainer)
2020-02-02 11:07:56 +00:00

24 lines
469 B
Makefile

# Created by: Jon Nistor <nistor@snickers.org>
# $FreeBSD$
PORTNAME= CDB_File
PORTVERSION= 1.02
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
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= bun-x.pl
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CDB_File/CDB_File.so
.include <bsd.port.mk>