21 lines
459 B
Makefile
21 lines
459 B
Makefile
# New ports collection makefile for: p5-Spreadsheet-WriteExcel-Styler
|
|
# Date created: April 19 2010
|
|
# Whom: jupengfei <jupengfei@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Spreadsheet-WriteExcel-Styler
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Styles for formatting Spreadsheet::WriteExcel
|
|
|
|
PERL_MODBUILD= YES
|
|
|
|
MAN3= Spreadsheet::WriteExcel::Styler.3
|
|
|
|
.include <bsd.port.mk>
|