23 lines
412 B
Makefile
23 lines
412 B
Makefile
# $OpenBSD: Makefile,v 1.20 2012/08/23 15:05:15 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module for creating generic methods
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-MethodMaker-2.12
|
|
REVISION= 2
|
|
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
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|