20 lines
357 B
Makefile
20 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/08/23 15:05:15 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
COMMENT= assert performance of perl regexps
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Devel-SawAmpersand-0.32
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|