19 lines
379 B
Makefile
19 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/09/15 20:59:40 merdely Exp $
|
|
|
|
COMMENT= perl module to formating plaintext
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-Reform-1.11
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|