1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/devel/p5-Sepia/Makefile
Joseph Mingrone ced1e88d5e editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.

Submitted by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23012
2020-01-07 04:55:40 +00:00

32 lines
819 B
Makefile

# Created by: Ashish SHUKLA <ashish@FreeBSD.org>
# $FreeBSD$
PORTNAME= Sepia
PORTVERSION= 0.992
PORTREVISION= 13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
MAINTAINER= ashish@FreeBSD.org
COMMENT= Simple Emacs-Perl Interface
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Devel-Size>=0:devel/p5-Devel-Size \
p5-IO-stringy>=0:devel/p5-IO-stringy \
p5-PadWalker>=0:devel/p5-PadWalker \
p5-Devel-LexAlias>=0:devel/p5-Devel-LexAlias \
p5-libwww>=0:www/p5-libwww \
p5-Module-Info>=0:devel/p5-Module-Info \
p5-BSD-Resource>=0:devel/p5-BSD-Resource
USES= emacs gmake makeinfo perl5
USE_PERL5= configure
INFO= sepia
CONFIGURE_ARGS+= --emacs ${EMACS_CMD} --lisp ${PREFIX}/${EMACS_SITE_LISPDIR}/sepia --info ${PREFIX}/${INFO_PATH}
.include <bsd.port.mk>