diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-03 15:11:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-03 15:11:55 +0800 |
commit | 4b2d4d305b3953605556e421982a6adafcdc18f9 (patch) | |
tree | 2c6e2a1fa31806344bff2226c80566dac71b5f77 /devel | |
parent | 1387057540f2c39651eb1f45120f6d662cf82860 (diff) | |
download | freebsd-ports-gnome-4b2d4d305b3953605556e421982a6adafcdc18f9.tar.gz freebsd-ports-gnome-4b2d4d305b3953605556e421982a6adafcdc18f9.tar.zst freebsd-ports-gnome-4b2d4d305b3953605556e421982a6adafcdc18f9.zip |
- Add LICENSE
- Cleanup Makefile
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Inline-Tcl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Inline-Tcl/Makefile b/devel/p5-Inline-Tcl/Makefile index 43156891071b..681c21340fd5 100644 --- a/devel/p5-Inline-Tcl/Makefile +++ b/devel/p5-Inline-Tcl/Makefile @@ -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> |