19 lines
313 B
Makefile
Raw Normal View History

2014-06-14 23:24:53 +00:00
# $OpenBSD: Makefile,v 1.20 2014/06/14 23:24:58 sthen Exp $
2006-11-05 14:53:43 +00:00
COMMENT= set of objects and strings
SHARED_ONLY= Yes
2006-11-05 14:53:43 +00:00
2006-11-29 08:23:29 +00:00
MODULES= cpan
2008-12-04 00:00:51 +00:00
DISTNAME= Set-Object-1.26
2014-06-14 23:24:53 +00:00
REVISION= 4
CATEGORIES= devel
2006-11-05 14:53:43 +00:00
2007-05-05 17:44:50 +00:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-05 14:53:43 +00:00
# Same as perl
PERMIT_PACKAGE_CDROM= Yes
2006-11-05 14:53:43 +00:00
2012-08-23 15:00:32 +00:00
WANTLIB += c
2006-11-05 14:53:43 +00:00
.include <bsd.port.mk>