1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Support stage

Change license
This commit is contained in:
Baptiste Daroussin 2014-01-27 00:04:54 +00:00
parent 564119fde5
commit 07db2a3ae4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341315

View File

@ -12,10 +12,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 module for Curses Development Kit
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE= BSD4CLAUSE
LIB_DEPENDS= cdk:${PORTSDIR}/devel/cdk
LIB_DEPENDS= libcdk.so:${PORTSDIR}/devel/cdk
USES= perl5
GNU_CONFIGURE= yes
@ -24,5 +23,7 @@ INSTALL_TARGET= pure_install
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
post-stage:
@${SED} -i '' -e 's,${STAGEDIR},,g' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Cdk/.packlist
.include <bsd.port.mk>