1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/lang/p5-Tcl/Makefile
2014-02-20 11:09:40 +00:00

23 lines
491 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
PORTNAME= Tcl
PORTVERSION= 1.02
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VKON
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Tcl extension module for Perl5
CONFIGURE_ARGS= --nousestubs --tclsh ${TCLSH}
USES= perl5 tcl
USE_PERL5= configure
post-extract:
@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \;
@${FIND} ${WRKSRC} -type f -exec ${CHMOD} 0644 \{} \;
.include <bsd.port.mk>