openbsd-ports/devel/p5-Data-Alias/Makefile

20 lines
344 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $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
2012-08-23 11:00:32 -04:00
REVISION = 0
CATEGORIES = devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
.include <bsd.port.mk>