ee7b93e28e
PR: ports/103466 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
43 lines
1 KiB
Makefile
43 lines
1 KiB
Makefile
# New ports collection makefile for: p5-Text-BibTeX
|
|
# Date created: Mon Jan 19 2003
|
|
# Whom: David Bremner <bremner@unb.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-BibTeX
|
|
PORTVERSION= 0.37
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:C/$/:text,btparse/g}
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/A/AM/AMBS/Text/:text \
|
|
../by-authors/id/A/AM/AMBS/btparse/:btparse
|
|
PKGNAMEPREFIX= p5-
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:text \
|
|
btparse-${BTPARSE_VER}${EXTRACT_SUFX}:btparse
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Manipulate BibTeX files from perl
|
|
|
|
BTPARSE_VER= 0.35
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::BibTeX.3 \
|
|
Text::BibTeX::Bib.3 \
|
|
Text::BibTeX::BibFormat.3 \
|
|
Text::BibTeX::BibSort.3 \
|
|
Text::BibTeX::Entry.3 \
|
|
Text::BibTeX::File.3 \
|
|
Text::BibTeX::Name.3 \
|
|
Text::BibTeX::NameFormat.3 \
|
|
Text::BibTeX::Structure.3 \
|
|
Text::BibTeX::Value.3 \
|
|
btool_faq.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|