23 lines
367 B
Makefile
23 lines
367 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/10/11 23:49:54 naddy Exp $
|
|
|
|
COMMENT= archive and compress your old email
|
|
|
|
VERSION= 0.7.2
|
|
DISTNAME= archivemail-${VERSION}
|
|
REVISION = 4
|
|
CATEGORIES= mail
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=archivemail/}
|
|
|
|
MODULES= lang/python
|
|
|
|
NO_TEST= Yes
|
|
|
|
SUBST_VARS= VERSION
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|