19 lines
395 B
Makefile
19 lines
395 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/10/18 17:47:58 espie Exp $
|
|
|
|
COMMENT= extension for simple-minded recipe-controlled build of data
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Data-Flow-0.09
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|