df4e1203e4
ok jasper@ (final commit)
21 lines
430 B
Makefile
21 lines
430 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:46:49 ajacoutot Exp $
|
|
|
|
COMMENT= plugin/filter interface to Number::Format
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Template-Plugin-Number-Format-1.02
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Number-Format \
|
|
textproc/p5-Template
|
|
|
|
.include <bsd.port.mk>
|