mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
c0927ae86e
PR: ports/121876 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
33 lines
738 B
Makefile
33 lines
738 B
Makefile
# New ports collection makefile for: p5-GDBM
|
|
# Date created: Nov 9 1999
|
|
# Whom: Nick Sayer <nsayer@FreeBSD.ORG>
|
|
#
|
|
# Heavy input from eivind@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= GDBM
|
|
PORTVERSION= 1.08
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN/../../src
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= perl-5.8.8
|
|
|
|
MAINTAINER= pgollucci@p6m7g8.com
|
|
COMMENT= GNU Data Base Manager (gdbm) interface
|
|
|
|
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
|
|
|
|
USE_BZIP2= yes
|
|
PERL_CONFIGURE= 5.8.0+
|
|
EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/ext/GDBM_File
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/ext/GDBM_File
|
|
CFLAGS= -I${LOCALBASE}/include
|
|
MAN3= GDBM_File.3
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/MAN3PODS/s|.*||' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|