17 lines
249 B
Makefile
17 lines
249 B
Makefile
|
COMMENT = common perl data validation methods
|
||
|
|
||
|
DISTNAME = Data-Validate-0.09
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|