opnsense-ports/textproc/p5-texcount/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
491 B
Makefile

# Created by: Hakisho Nukama <Nukama@gmail.com>
# $FreeBSD$
PORTNAME= texcount
PORTVERSION= 2.3
CATEGORIES= textproc perl5
MASTER_SITES= TEX_CTAN/support
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}
MAINTAINER= nukama+maintainer@gmail.com
COMMENT= Perl module for LaTeX statistics
#LICENSE= LPPL13c
NO_BUILD= yes
USES= perl5 zip
USE_PERL5= run
PLIST_FILES+= bin/texcount
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/texcount.pl \
${STAGEDIR}${PREFIX}/bin/texcount
.include <bsd.port.mk>