20 lines
344 B
Makefile
20 lines
344 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 10:50:15 espie Exp $
|
|
|
|
COMMENT = comprehensive set of aliasing operations
|
|
SHARED_ONLY = Yes
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Data-Alias-1.16
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|