19 lines
312 B
Makefile
19 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:35:52 espie Exp $
|
|
|
|
COMMENT= module to work with TLD names
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-Domain-TLD-1.68
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|