sync wantlib and bump epoch

This commit is contained in:
sthen 2012-08-23 15:00:56 +00:00
parent 0e6bfec3fa
commit 84ab3e0928

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/12/19 23:46:32 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2012/08/23 15:00:56 sthen Exp $
SHARED_ONLY= Yes
@ -6,6 +6,8 @@ COMMENT= shared data cache using memory mapped files
MODULES= cpan
DISTNAME= Cache-Mmap-0.11
EPOCH= 0
REVISION= 0
CATEGORIES= devel
# perl
@ -14,4 +16,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c
.include <bsd.port.mk>