aaa1885833
ok jasper@
22 lines
402 B
Makefile
22 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:29 ajacoutot Exp $
|
|
|
|
COMMENT = common perl data validation methods
|
|
|
|
DISTNAME = Data-Validate-0.08
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|