If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
17 lines
262 B
Makefile
Executable File
17 lines
262 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.21 2019/07/17 14:49:20 danj Exp $
|
|
|
|
COMMENT= interface to the uulib library
|
|
|
|
DISTNAME = Convert-UUlib-1.4
|
|
EPOCH = 1
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
REVISION = 2
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|