23 lines
387 B
Makefile
23 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.2 2012/08/23 15:05:15 sthen Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
COMMENT = scope guards, lighter alternative
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Guard-1.021
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
CPAN_AUTHOR = MLEHMANN
|
|
USE_GROFF = Yes
|
|
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|