22 lines
401 B
Makefile
22 lines
401 B
Makefile
|
# New ports collection makefile for: LaTeX-Encode
|
||
|
# Date created: 1st June, 2009
|
||
|
# Whom: Wen Heping <wenheping@gmail.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= LaTeX-Encode
|
||
|
PORTVERSION= 0.03
|
||
|
CATEGORIES= textproc perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= wenheping@gmail.com
|
||
|
COMMENT= Encode characters for LaTeX formatting
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= LaTeX::Encode.3
|
||
|
|
||
|
.include <bsd.port.mk>
|