File: Makefile

package info (click to toggle)
libcdk-perl 20250526-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,748 kB
  • sloc: perl: 6,146; sh: 3,974; makefile: 31
file content (27 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	cdk-perl
PORTALIAS=	cdk
PORTVERSION=	5.0.20250526
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	https://invisible-island.net/archives/cdk/
PKGNAMEPREFIX=	p5-
DISTNAME=	cdk-perl-20250526
EXTRACT_SUFX=	.tgz

MAINTAINER=	dickey@invisible-island.net
COMMENT=	Perl5 module for Curses Development Kit

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	cdk.5:${PORTSDIR}/devel/cdk

GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"

#PERL_CONFIGURE=	no
#
#post-patch:
#	${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>