mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
- Add LICENSE
- Cleanup Makefile
This commit is contained in:
parent
a422ea1f6b
commit
2141371712
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376091
@ -11,8 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Write Perl subroutines in Tcl
|
||||
|
||||
LICENSE= ARTPERL10
|
||||
|
||||
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
|
||||
#LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5 tcl
|
||||
@ -21,6 +22,6 @@ CONFIGURE_ARGS= INC="-I${TCL_INCLUDEDIR}" \
|
||||
LIBS="-L${TCL_LIBDIR} -Wl,-rpath,${TCL_LIBDIR} -ltcl${TCL_SHLIB_VER}"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -i.bak '2,99d' ${WRKSRC}/Makefile.PL
|
||||
@${REINPLACE_CMD} '2,99d' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user