18 lines
294 B
Makefile
18 lines
294 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/10/11 23:48:28 naddy Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = simple container for the AutoXS header file
|
|
|
|
MODULES = cpan
|
|
DISTNAME = AutoXS-Header-1.02
|
|
REVISION = 1
|
|
CATEGORIES = devel
|
|
|
|
CPAN_AUTHOR = SMUELLER
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|