21 lines
383 B
Makefile
21 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/18 17:47:58 espie Exp $
|
|
|
|
COMMENT = common perl data validation methods
|
|
|
|
DISTNAME = Data-Validate-0.08
|
|
|
|
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>
|